aboutsummaryrefslogtreecommitdiff
path: root/textproc/domc/files/patch-src_domc.h
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2005-04-10 21:00:01 +0000
committerThierry Thomas <thierry@FreeBSD.org>2005-04-10 21:00:01 +0000
commit243d2af21018d0b2097b4144f7982e10d0326ae2 (patch)
tree1474941080f6831ceaba419b066a9fe8a56f9e1e /textproc/domc/files/patch-src_domc.h
parenta6064d1bfaa42e7141eaf150ccaa4d83c233bf8d (diff)
Notes
Diffstat (limited to 'textproc/domc/files/patch-src_domc.h')
-rw-r--r--textproc/domc/files/patch-src_domc.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/domc/files/patch-src_domc.h b/textproc/domc/files/patch-src_domc.h
new file mode 100644
index 000000000000..83e868594765
--- /dev/null
+++ b/textproc/domc/files/patch-src_domc.h
@@ -0,0 +1,13 @@
+--- src/domc.h.orig Thu Sep 9 23:52:10 2004
++++ src/domc.h Sun Apr 10 22:14:52 2005
+@@ -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;