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 | |
parent | e35e39cbf646d6da7b5572271dde3d98de46ac28 (diff) | |
download | pkgsrc-30a8c9a0ea54dd2997a105fbd377ed3819b01cdc.tar.gz |
Fix i386 (and possibly atari and arm32) after last fix :)
Diffstat (limited to 'net')
-rw-r--r-- | net/vnc/files/patch-sum | 16 | ||||
-rw-r--r-- | net/vnc/patches/patch-ab | 11 |
2 files changed, 10 insertions, 17 deletions
diff --git a/net/vnc/files/patch-sum b/net/vnc/files/patch-sum index 2755d17f8a7..45e05bba23b 100644 --- a/net/vnc/files/patch-sum +++ b/net/vnc/files/patch-sum @@ -1,9 +1,9 @@ -$NetBSD: patch-sum,v 1.9 2001/03/16 15:24:54 dmcmahill Exp $ +$NetBSD: patch-sum,v 1.10 2001/03/20 15:57:22 wiz Exp $ -MD5 (patch-aa) = 2b644299e7c1ebfbbadbb9a9f88ca9e1 -MD5 (patch-ab) = 2e0572f91c80dbdc418a7fdde9500d84 -MD5 (patch-ac) = 7706348a76cfed42d088721f4cf9ad60 -MD5 (patch-ad) = bb5b0e304749313ad7d1c75a58cfa286 -MD5 (patch-ae) = 9e4e7c8da40677d5a83d46aabd019d9a -MD5 (patch-af) = 1c60c29502088523561c681b67aed024 -MD5 (patch-ag) = 8deb105fc2aae7a4b0346cffc9eb19d4 +SHA1 (patch-aa) = c642605b62bccc7fca23eda3d00654015bf3b8ab +SHA1 (patch-ab) = dcadaa6a9af32ba737b986dbd4a2054038f1fd00 +SHA1 (patch-ac) = 3b551e6c749ca793a165f49a21d10bb4437d00f7 +SHA1 (patch-ad) = a524db9a403428bd750819d25e6157d4c3cb96f7 +SHA1 (patch-ae) = 399ff1527ff75eee7d181dd4f90f95edab028bd7 +SHA1 (patch-af) = 369961aa3e089195653980da91e8fba53807fc53 +SHA1 (patch-ag) = 89ce8a6ac8d51ffd4d4be4588e59b7dd53366716 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) |