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-ac15
1 files changed, 12 insertions, 3 deletions
diff --git a/graphics/s10sh/patches/patch-ac b/graphics/s10sh/patches/patch-ac
index b2b9935c271..9a37f0be7e1 100644
--- a/graphics/s10sh/patches/patch-ac
+++ b/graphics/s10sh/patches/patch-ac
@@ -1,7 +1,16 @@
-$NetBSD: patch-ac,v 1.1 2002/03/05 04:25:16 jmc Exp $
+$NetBSD: patch-ac,v 1.2 2004/02/25 20:29:50 drochner Exp $
---- bytesex.h.orig Tue Mar 5 04:22:13 2002
-+++ bytesex.h Tue Mar 5 04:22:27 2002
+--- bytesex.h.orig 2001-03-13 14:46:18.000000000 +0100
++++ bytesex.h 2004-02-25 21:18:34.000000000 +0100
+@@ -3,7 +3,7 @@
+ #ifndef S10SH_BYTESEX_H
+ #define S10SH_BYTESEX_H
+
+-#if defined(__i386__) \
++#if defined(__i386__) || defined(__amd64__) \
+ || defined(__alpha__) \
+ || (defined(__mips__) && (defined(MIPSEL) || defined (__MIPSEL__)))
+ #define BYTE_ORDER_LITTLE_ENDIAN
@@ -11,6 +11,7 @@
|| defined (__sparc__) \
|| defined (__sparc) \