aboutsummaryrefslogtreecommitdiff
path: root/textproc/rtfx
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-04-11 01:38:58 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-04-11 01:38:58 +0000
commit7e9ea25e0d7a4b7b276f97f8f5a41df7523c56b7 (patch)
treec61aab6f181a38f4729ef8890d2d374e93acd63a /textproc/rtfx
parent65ca5452225c61362cc13b34274e8688378615f4 (diff)
downloadports-7e9ea25e0d7a4b7b276f97f8f5a41df7523c56b7.tar.gz
ports-7e9ea25e0d7a4b7b276f97f8f5a41df7523c56b7.zip
Notes
Diffstat (limited to 'textproc/rtfx')
-rw-r--r--textproc/rtfx/files/patch-libs-domc-src-domc.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/rtfx/files/patch-libs-domc-src-domc.h b/textproc/rtfx/files/patch-libs-domc-src-domc.h
new file mode 100644
index 000000000000..fbbb12f0f520
--- /dev/null
+++ b/textproc/rtfx/files/patch-libs-domc-src-domc.h
@@ -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;