From dd68190357f42ef59cbe0a3af421fc2fe1ea1423 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Sat, 6 Oct 2001 17:16:21 +0000 Subject: o style fixes - deploy DATADIR/DOCSDIR - don't use internal .mk work variables, rely on supported ones _DISTDIR -> DISTDIR/DIST_SUBDIR o use for checking byte order instead of an ARCH check PR: 31077 Submitted by: KATO Tsuguru --- print/ghostscript-gpl/files/patch-hpijs:platform.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 print/ghostscript-gpl/files/patch-hpijs:platform.h (limited to 'print/ghostscript-gpl/files') diff --git a/print/ghostscript-gpl/files/patch-hpijs:platform.h b/print/ghostscript-gpl/files/patch-hpijs:platform.h new file mode 100644 index 000000000000..8243385b25b3 --- /dev/null +++ b/print/ghostscript-gpl/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 + #include + #include ++ ++#ifdef __FreeBSD__ ++#include ++#if BYTE_ORDER == LITTLE_ENDIAN ++#define _LITTLE_ENDIAN ++#endif ++#endif -- cgit v1.2.3