blob: 5dbf49772e761dcff6a098f754ee95caa728da15 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|