diff options
Diffstat (limited to 'net/vncviewer/patches')
-rw-r--r-- | net/vncviewer/patches/patch-aa | 33 |
1 files changed, 19 insertions, 14 deletions
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) |