forked from Lainports/freebsd-ports
- fix build on sparc
Noted by: kris
This commit is contained in:
parent
65ca545222
commit
7e9ea25e0d
1 changed files with 13 additions and 0 deletions
13
textproc/rtfx/files/patch-libs-domc-src-domc.h
Normal file
13
textproc/rtfx/files/patch-libs-domc-src-domc.h
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
--- libs/domc/src/domc.h.orig Tue Oct 17 01:25:18 2006
|
||||
+++ libs/domc/src/domc.h Wed Apr 11 09:38:08 2007
|
||||
@@ -33,7 +33,9 @@
|
||||
#include <errno.h>
|
||||
#include <time.h>
|
||||
|
||||
-#if defined(__sparc__)
|
||||
+#if defined(__FreeBSD__)
|
||||
+ #include <inttypes.h>
|
||||
+#elif defined(__sparc__)
|
||||
#include <sys/inttypes.h>
|
||||
#elif defined(_WIN32)
|
||||
typedef unsigned __int64 uint64_t;
|
||||
Loading…
Add table
Reference in a new issue