Subject: re: [PATCH] xsrc/xc/config/cf/NetBSD.cf
To: Murray Stokely <murray@osd.bsdi.com>
From: matthew green <mrg@eterna.com.au>
List: port-sparc64
Date: 11/06/2000 23:58:03
Building the X libraries spews out tons of warning messages because
of a slight oversight in NetBSD.cf. Can someone commit this patch to
silence the warnings?
sigh. i go to look at this code and notice i have a similar, uncommited
patch sitting in my xsrc tree. i've commited this.
- Murray
--- NetBSD.cf.old Sun Nov 5 04:19:28 2000
+++ NetBSD.cf Sun Nov 5 04:20:53 2000
@@ -248,11 +248,12 @@
#if defined(SparcArchitecture)
# define ServerOSDefines -DDDXOSINIT
-# define ServerExtraDefines GccGasOption
# define PexDynamicModule NO
# define XieDynamicModule NO
# if defined(Sparc64Architecture)
# define ServerExtraDefines GccGasOption -D_XSERVER64
+# else
+# define ServerExtraDefines GccGasOption
# endif
#endif