diff options
author | grant <grant> | 2004-07-03 06:26:08 +0000 |
---|---|---|
committer | grant <grant> | 2004-07-03 06:26:08 +0000 |
commit | 233bd1bbc66c10434d93a31893c51b642fb1d4ec (patch) | |
tree | cfb6a7c7f8640c37c0e7a7bb91e143d2fd0af6bb /x11/XFree86-libs/patches | |
parent | 2d60118dd2a27fce1374c971dbee8a61eb1a2a36 (diff) | |
download | pkgsrc-233bd1bbc66c10434d93a31893c51b642fb1d4ec.tar.gz |
define BuildXFree86OnSparcSunOS to get this at least half building on
Solaris.
Diffstat (limited to 'x11/XFree86-libs/patches')
-rw-r--r-- | x11/XFree86-libs/patches/patch-ai | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11/XFree86-libs/patches/patch-ai b/x11/XFree86-libs/patches/patch-ai new file mode 100644 index 00000000000..5dbf49772e7 --- /dev/null +++ b/x11/XFree86-libs/patches/patch-ai @@ -0,0 +1,14 @@ +$NetBSD: patch-ai,v 1.3 2004/07/03 06:26:08 grant Exp $ + +--- config/cf/sun.cf.orig 2004-02-02 14:55:26.000000000 +1100 ++++ config/cf/sun.cf +@@ -19,6 +19,9 @@ XCOMM platform: $XFree86: xc/config/cf/ + #endif + XCOMM operating system: OSName (OSMajorVersion./**/OSMinorVersion./**/OSTeenyVersion) + ++/* This is the XFree86 package - we want to build XFree86 on Solaris */ ++#define BuildXFree86OnSparcSunOS YES ++ + /* + * Compiler setup. This sun.cf file knows what options to use with + * certain compilers, including Sun C, CenterLine C, and gcc. It |