ports/textproc/domc/files/patch-src_domc.h
John Marino b01a2929fe Stage textproc/domc and unbreak on sparc64, amd64
PR:		181736
Submitted by:	Jan Beich
2014-08-14 20:57:30 +00:00

11 lines
286 B
C

--- src/domc.h.orig Thu Sep 9 23:52:10 2004
+++ src/domc.h Sun Apr 10 22:14:52 2005
@@ -33,7 +33,7 @@
#include <errno.h>
#include <time.h>
-#if defined(__sparc__)
+#if 0 //defined(__sparc__)
#include <sys/inttypes.h>
#elif defined(_WIN32)
typedef unsigned __int64 uint64_t;