aboutsummaryrefslogtreecommitdiff
path: root/print/ghostscript7/files
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-10-06 17:24:19 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-10-06 17:24:19 +0000
commited5be532e3fb8e1cee981d2c975ddb17ce5777ab (patch)
tree4a374c847c8cb462c4366fe057b8c9fbddc41dcf /print/ghostscript7/files
parentdd68190357f42ef59cbe0a3af421fc2fe1ea1423 (diff)
downloadports-ed5be532e3fb8e1cee981d2c975ddb17ce5777ab.tar.gz
ports-ed5be532e3fb8e1cee981d2c975ddb17ce5777ab.zip
Notes
Diffstat (limited to 'print/ghostscript7/files')
-rw-r--r--print/ghostscript7/files/patch-hpijs:platform.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/print/ghostscript7/files/patch-hpijs:platform.h b/print/ghostscript7/files/patch-hpijs:platform.h
new file mode 100644
index 000000000000..8243385b25b3
--- /dev/null
+++ b/print/ghostscript7/files/patch-hpijs:platform.h
@@ -0,0 +1,13 @@
+--- hpijs/platform.h.orig Wed Oct 3 03:56:37 2001
++++ hpijs/platform.h Wed Oct 3 04:20:33 2001
+@@ -13,3 +13,10 @@
+ #include <string.h>
+ #include <stdio.h>
+ #include <math.h>
++
++#ifdef __FreeBSD__
++#include <machine/endian.h>
++#if BYTE_ORDER == LITTLE_ENDIAN
++#define _LITTLE_ENDIAN
++#endif
++#endif