summaryrefslogtreecommitdiff
path: root/print/ghostscript8/files/patch-jbig2dec__os_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'print/ghostscript8/files/patch-jbig2dec__os_types.h')
-rw-r--r--print/ghostscript8/files/patch-jbig2dec__os_types.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/print/ghostscript8/files/patch-jbig2dec__os_types.h b/print/ghostscript8/files/patch-jbig2dec__os_types.h
new file mode 100644
index 000000000000..4ce75024cc04
--- /dev/null
+++ b/print/ghostscript8/files/patch-jbig2dec__os_types.h
@@ -0,0 +1,11 @@
+--- jbig2dec/os_types.h.orig Thu Dec 29 04:56:24 2005
++++ jbig2dec/os_types.h Sun May 28 01:10:59 2006
+@@ -47,7 +47,7 @@
+
+ #if defined(HAVE_STDINT_H) || defined(__MACOS__)
+ # include <stdint.h>
+-#elif defined(__VMS)
++#elif defined(__VMS) || defined(__FreeBSD__)
+ # include <inttypes.h>
+ #endif
+