diff options
Diffstat (limited to 'textproc/xalan-c/patches/patch-aa')
-rw-r--r-- | textproc/xalan-c/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/xalan-c/patches/patch-aa b/textproc/xalan-c/patches/patch-aa new file mode 100644 index 00000000000..8a6d4764afc --- /dev/null +++ b/textproc/xalan-c/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/01/15 12:42:14 skrll Exp $ + +--- Include/GCCDefinitions.hpp.orig Fri Oct 6 19:16:57 2000 ++++ Include/GCCDefinitions.hpp +@@ -84,7 +84,7 @@ + + + // This will change, depending upon the target platform. +-#if defined(SOLARIS) ++#if defined(SOLARIS) || (defined(NETBSD) && !defined(__i386__)) + #define XALAN_BIG_ENDIAN + #elif defined(__i386__) + #define XALAN_LITLE_ENDIAN |