diff options
author | wiz <wiz@pkgsrc.org> | 2001-03-20 15:57:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-03-20 15:57:22 +0000 |
commit | 30a8c9a0ea54dd2997a105fbd377ed3819b01cdc (patch) | |
tree | 270ccec3283070ca146acd96ce47691cb736bc56 /net/vnc/patches | |
parent | e35e39cbf646d6da7b5572271dde3d98de46ac28 (diff) | |
download | pkgsrc-30a8c9a0ea54dd2997a105fbd377ed3819b01cdc.tar.gz |
Fix i386 (and possibly atari and arm32) after last fix :)
Diffstat (limited to 'net/vnc/patches')
-rw-r--r-- | net/vnc/patches/patch-ab | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/net/vnc/patches/patch-ab b/net/vnc/patches/patch-ab index 58d28a57094..d511a121757 100644 --- a/net/vnc/patches/patch-ab +++ b/net/vnc/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.6 2001/03/16 15:24:54 dmcmahill Exp $ +$NetBSD: patch-ab,v 1.7 2001/03/20 15:57:22 wiz Exp $ Sync this with what we shipped with NetBSD-1.5 with the exception that HasXdmAuth is set to NO (since vnc doesn't have the Wraphelp.c file). @@ -175,7 +175,7 @@ This fixes problems on pmax, alpha, and maybe others. -# define ServerExtraDefines GccGasOption +# define OptimizedCDebugFlags -O2 # endif -@@ -172,2 +232,178 @@ +@@ -172,2 +232,171 @@ +/* + * On mips, all libs are compiled with ABIcalls, not just sharedlibs. @@ -186,13 +186,6 @@ This fixes problems on pmax, alpha, and maybe others. +# undef MipsArchitecture +#endif + -+/* -+ * XXX always build XKBuilib, override xfree86.cf -+ */ -+#if defined(arm32Architecture) || defined(i386Architecture) || defined(atariArchitecture) -+# define BuildXKBuilib YES -+#endif -+ +#if defined(SparcArchitecture) +# define ServerOSDefines -DDDXOSINIT +# if defined(Sparc64Architecture) |