summaryrefslogtreecommitdiff
path: root/x11/xorg-imake/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xorg-imake/patches/patch-ag')
-rw-r--r--x11/xorg-imake/patches/patch-ag19
1 files changed, 15 insertions, 4 deletions
diff --git a/x11/xorg-imake/patches/patch-ag b/x11/xorg-imake/patches/patch-ag
index 941f4eb4bc0..f43ccbb38a1 100644
--- a/x11/xorg-imake/patches/patch-ag
+++ b/x11/xorg-imake/patches/patch-ag
@@ -1,8 +1,19 @@
-$NetBSD: patch-ag,v 1.2 2006/01/18 23:53:06 xtraeme Exp $
+$NetBSD: patch-ag,v 1.3 2006/12/16 11:32:44 abs Exp $
---- config/cf/Imake.cf.orig 2005-12-06 11:10:24.000000000 +0100
-+++ config/cf/Imake.cf 2005-12-06 11:10:43.000000000 +0100
-@@ -246,6 +246,10 @@
+--- config/cf/Imake.cf.orig 2005-11-08 06:33:24.000000000 +0000
++++ config/cf/Imake.cf
+@@ -234,8 +234,9 @@ XCOMM $XFree86: xc/config/cf/Imake.cf,v
+ # ifdef mc68000
+ # define Mc68020Architecture
+ # endif
+-# ifdef __arm32__
++# if defined(__arm__) || defined(__arm32__)
+ # define Arm32Architecture
++# undef __arm__
+ # undef __arm32__
+ # endif
+ # ifdef __vax__
+@@ -246,6 +247,10 @@ XCOMM $XFree86: xc/config/cf/Imake.cf,v
# define PpcArchitecture
# undef __powerpc__
# endif