diff options
author | mycroft <mycroft@pkgsrc.org> | 2001-09-22 00:49:33 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2001-09-22 00:49:33 +0000 |
commit | fe24267d90ef971b97ea1337acfd631cc5c59b43 (patch) | |
tree | 04485031a5e49a45276b4f6949550d92f2a61551 /net/vncviewer/patches | |
parent | c0e7cc2d9e887943c0173e3e4d47dfed6fa448df (diff) | |
download | pkgsrc-fe24267d90ef971b97ea1337acfd631cc5c59b43.tar.gz |
Use MIT-SHM on non-i386, non-Linux platforms.
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) |