summaryrefslogtreecommitdiff
path: root/x11/xorg-cf-files/patches/patch-ag
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2011-10-25 01:36:44 +0000
committermef <mef@pkgsrc.org>2011-10-25 01:36:44 +0000
commitb24e43ab02c0972f4939c959c31a5b6ccf9a21ee (patch)
tree5826a3333113c073b62bc9f22178b3b2e67bd61e /x11/xorg-cf-files/patches/patch-ag
parent08d93ddb8fa48078628cb50af54e514a80eb2226 (diff)
downloadpkgsrc-b24e43ab02c0972f4939c959c31a5b6ccf9a21ee.tar.gz
Based on PR pkg/45471
Update x11/xorg-cf-files 1.0.3 to 1.0.4 Date: Wed Jan 5 20:31:00 2011 -0800 xorg-cf-files 1.0.4 - config: Add missing AC_CONFIG_SRCDIR - Regroup AC statements under the Autoconf initialization section. Regroup AM statements under the Automake initialization section. - Update xorgversion.def from 7.5 to 7.6 - Add support for darwin x86_64 - Add .gitignore - Update README & COPYING files - Use INSTALL_CMD from xorg-macros-1.4 to make INSTALL file - Also bump minimum autoconf version to 2.60 for consistency with other X.Org modules - Remove libXp from XawClientLibs - libXaw has lost Xp support some times ago. - Use font-util 1.1 macros to set FontDir and FontEncDir in site.def - Replaces cygwin.cf rules to manually set these paths. - List X.Org version as 7.5 instead of 6.8.99.903 - cf: Update Cygwin rules
Diffstat (limited to 'x11/xorg-cf-files/patches/patch-ag')
-rw-r--r--x11/xorg-cf-files/patches/patch-ag21
1 files changed, 8 insertions, 13 deletions
diff --git a/x11/xorg-cf-files/patches/patch-ag b/x11/xorg-cf-files/patches/patch-ag
index 8a88340530e..fc331b9c245 100644
--- a/x11/xorg-cf-files/patches/patch-ag
+++ b/x11/xorg-cf-files/patches/patch-ag
@@ -1,8 +1,9 @@
-$NetBSD: patch-ag,v 1.2 2010/05/21 22:09:43 schwarz Exp $
+$NetBSD: patch-ag,v 1.3 2011/10/25 01:36:45 mef Exp $
---- Imake.cf.orig 2006-07-15 03:48:12.000000000 +0200
-+++ Imake.cf 2010-05-16 14:01:52.000000000 +0200
-@@ -25,13 +25,15 @@
+Add __ppc64__ and __arm__
+--- Imake.cf.orig 2010-09-04 08:19:43.000000000 +0900
++++ Imake.cf 2011-10-14 19:04:02.000000000 +0900
+@@ -25,9 +25,10 @@
# define MacroIncludeFile <darwin.cf>
# define MacroFile darwin.cf
# define DarwinArchitecture
@@ -12,15 +13,9 @@ $NetBSD: patch-ag,v 1.2 2010/05/21 22:09:43 schwarz Exp $
# undef __ppc__
+# undef __ppc64__
# endif
--# ifdef __i386__
-+# if defined __i386__ || defined __x86_64__
+ # ifdef __i386__
# define i386DarwinArchitecture
- # undef __i386__
-+# undef __x86_64__
- # endif
- #endif
-
-@@ -234,8 +236,9 @@
+@@ -238,8 +239,9 @@
# ifdef mc68000
# define Mc68020Architecture
# endif
@@ -31,7 +26,7 @@ $NetBSD: patch-ag,v 1.2 2010/05/21 22:09:43 schwarz Exp $
# undef __arm32__
# endif
# ifdef __vax__
-@@ -246,6 +249,10 @@
+@@ -250,6 +252,10 @@
# define PpcArchitecture
# undef __powerpc__
# endif