diff options
-rw-r--r-- | net/vncviewer/distinfo | 4 | ||||
-rw-r--r-- | net/vncviewer/patches/patch-aa | 33 |
2 files changed, 21 insertions, 16 deletions
diff --git a/net/vncviewer/distinfo b/net/vncviewer/distinfo index ca8ca2927ac..49569270c30 100644 --- a/net/vncviewer/distinfo +++ b/net/vncviewer/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 11:23:39 wiz Exp $ +$NetBSD: distinfo,v 1.3 2001/09/22 00:49:33 mycroft Exp $ SHA1 (vnc-3.3.3r2_unixsrc.tgz) = 98e9d2e2c2d0f4f9cb9cafee22d21a868189b176 Size (vnc-3.3.3r2_unixsrc.tgz) = 2072772 bytes -SHA1 (patch-aa) = ae04511d6993b4d765bff4f88ecb5294ceb706eb +SHA1 (patch-aa) = 1f2a6e6cb65c8b206e357fa974627c4f0b45f510 diff --git a/net/vncviewer/patches/patch-aa b/net/vncviewer/patches/patch-aa index a7ebf33f77d..a601e13c14e 100644 --- a/net/vncviewer/patches/patch-aa +++ b/net/vncviewer/patches/patch-aa @@ -1,15 +1,20 @@ -$NetBSD: patch-aa,v 1.1.1.1 2000/11/10 16:55:13 abs Exp $ +$NetBSD: patch-aa,v 1.2 2001/09/22 00:49:33 mycroft Exp $ -*** vncviewer/Imakefile.orig Thu Sep 2 11:45:25 1999 ---- vncviewer/Imakefile Thu Sep 2 11:45:44 1999 -*************** -*** 35,38 **** - - OBJS = $(SRCS:.c=.o) - -! ComplexProgramTarget(vncviewer) ---- 35,38 ---- - - OBJS = $(SRCS:.c=.o) - -! ComplexProgramTargetNoMan(vncviewer) +--- vncviewer/Imakefile.orig Fri Aug 13 05:29:34 1999 ++++ vncviewer/Imakefile Fri Sep 21 20:45:00 2001 +@@ -8,9 +8,7 @@ + XCOMM Shared memory support works OK on x86 linux, not tested elsewhere but + XCOMM seems to cause problems on Digital Unix. + +-#if defined(i386Architecture) && defined(LinuxArchitecture) + DEFINES = -DMITSHM +-#endif + + INCLUDES = -I../include -I. + VNCAUTH_LIB = ../libvncauth/libvncauth.a +@@ -35,4 +33,4 @@ + + OBJS = $(SRCS:.c=.o) + +-ComplexProgramTarget(vncviewer) ++ComplexProgramTargetNoMan(vncviewer) |