SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
13
graphics/libcaca/patches/patch-examples_font_c
Normal file
13
graphics/libcaca/patches/patch-examples_font_c
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- examples/font.c.orig Sun Jul 13 17:02:02 2014
|
||||
+++ examples/font.c Sun Jul 13 17:02:56 2014
|
||||
@@ -15,6 +15,10 @@
|
||||
#if !defined(__KERNEL__)
|
||||
# if defined(HAVE_ENDIAN_H)
|
||||
# include <endian.h>
|
||||
+# if !defined(__BYTE_ORDER)
|
||||
+# define __BYTE_ORDER BYTE_ORDER
|
||||
+# define __BIG_ENDIAN BIG_ENDIAN
|
||||
+# endif
|
||||
# endif
|
||||
|
||||
# include <stdio.h>
|
Loading…
Add table
Add a link
Reference in a new issue