From 254edc3554bf94fdae53a22255601723cceeebe5 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Wed, 16 Jan 2002 00:06:02 +0000 Subject: Turn on SYSCONS_SUPPORT for the Alpha architecture. The build gets farther but still doesn't finish. --- x11/XFree86/files/patch-e | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'x11') diff --git a/x11/XFree86/files/patch-e b/x11/XFree86/files/patch-e index 39cc40da14ae..cee217ed5cac 100644 --- a/x11/XFree86/files/patch-e +++ b/x11/XFree86/files/patch-e @@ -1,7 +1,7 @@ ---- config/cf/FreeBSD.cf.orig Fri Dec 3 10:35:04 1999 -+++ config/cf/FreeBSD.cf Fri Aug 4 04:06:42 2000 -@@ -69,7 +69,7 @@ - #define MkdirHierCmd mkdir -p +--- config/cf/FreeBSD.cf.orig Wed Jan 9 15:04:16 2002 ++++ config/cf/FreeBSD.cf Wed Jan 9 16:17:59 2002 +@@ -78,7 +78,7 @@ + #endif #define CcCmd cc -#define CppCmd /usr/libexec/cpp @@ -9,7 +9,7 @@ #define PreProcessCmd CppCmd #define StandardCppDefines -traditional #if defined(UseInstalled) && (!defined(XF86LinkKit) || !XF86LinkKit) -@@ -132,12 +132,12 @@ +@@ -141,12 +141,12 @@ * reason for FreeBSD to assume that it knows where X libraries are installed * and they can remove it from the list of directories they add to ld.so.cache * in their /etc/rc file. @@ -25,7 +25,7 @@ #define ExtraLoadFlags -Wl,-R,$(USRLIBDIRPATH) #endif #endif -@@ -317,7 +317,12 @@ +@@ -330,7 +330,13 @@ # define AsmDefines AsmElfDefines #endif @@ -34,11 +34,12 @@ +#endif +#ifdef AlphaArchitecture +#define ServerExtraDefines GccGasOption XFree86ServerDefines -D_XSERVER64 ++#define XFree86ConsoleDefines -DSYSCONS_SUPPORT +#endif #define StandardDefines -DCSRG_BASED -@@ -342,14 +347,14 @@ +@@ -355,14 +361,14 @@ /* The GCC strength-reduce bug is fixed for FreeBSD 2.1.5 and later */ #ifndef DefaultGcc2i386Opt #if OSMajorVersion > 2 || (OSMajorVersion == 2 && OSMinorVersion > 1) || (OSMajorVersion == 2 && OSMinorVersion == 1 && OSTeenyVersion >= 5) @@ -55,7 +56,7 @@ #endif #ifndef PreIncDir -@@ -458,14 +463,18 @@ +@@ -471,14 +477,18 @@ #define DlLibrary /**/ #endif -- cgit v1.2.3