summaryrefslogtreecommitdiff
path: root/x11/xorg-libs/patches/patch-ap
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xorg-libs/patches/patch-ap')
-rw-r--r--x11/xorg-libs/patches/patch-ap26
1 files changed, 0 insertions, 26 deletions
diff --git a/x11/xorg-libs/patches/patch-ap b/x11/xorg-libs/patches/patch-ap
deleted file mode 100644
index 223f9ffa289..00000000000
--- a/x11/xorg-libs/patches/patch-ap
+++ /dev/null
@@ -1,26 +0,0 @@
-$NetBSD: patch-ap,v 1.5 2006/12/16 11:32:44 abs Exp $
-
---- 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
-+# ifdef __x86_64__
-+# define AMD64Architecture
-+# undef __x86_64__
-+# endif
- #endif /* NetBSD */
-
- /* Systems based on kernel of NetBSD */