summaryrefslogtreecommitdiff
path: root/graphics/s10sh/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/s10sh/patches/patch-ac')
-rw-r--r--graphics/s10sh/patches/patch-ac12
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/s10sh/patches/patch-ac b/graphics/s10sh/patches/patch-ac
new file mode 100644
index 00000000000..b2b9935c271
--- /dev/null
+++ b/graphics/s10sh/patches/patch-ac
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2002/03/05 04:25:16 jmc Exp $
+
+--- bytesex.h.orig Tue Mar 5 04:22:13 2002
++++ bytesex.h Tue Mar 5 04:22:27 2002
+@@ -11,6 +11,7 @@
+ || defined (__sparc__) \
+ || defined (__sparc) \
+ || defined (__PPC__) \
++ || defined (__powerpc__) \
+ || (defined(__mips__) && (defined(MIPSEB) || defined (__MIPSEB__)))
+ #define BYTE_ORDER_BIG_ENDIAN
+ #else