diff options
author | mycroft <mycroft@pkgsrc.org> | 2001-09-23 00:55:15 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2001-09-23 00:55:15 +0000 |
commit | a5ae4ff85a8ca3b8742a496777edffc54eb56fd0 (patch) | |
tree | f6d4d44fc17a856fbf9c4a8b1457eb8b71f32f33 /net/tightvncviewer/patches | |
parent | dbb836907efbc80aadf1d5fb24aeedbdc015320a (diff) | |
download | pkgsrc-a5ae4ff85a8ca3b8742a496777edffc54eb56fd0.tar.gz |
Tight VNC, from www.tightvnc.com.
Diffstat (limited to 'net/tightvncviewer/patches')
-rw-r--r-- | net/tightvncviewer/patches/patch-aa | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net/tightvncviewer/patches/patch-aa b/net/tightvncviewer/patches/patch-aa new file mode 100644 index 00000000000..1061e50b9e9 --- /dev/null +++ b/net/tightvncviewer/patches/patch-aa @@ -0,0 +1,17 @@ +$NetBSD: patch-aa,v 1.1 2001/09/23 00:55:16 mycroft Exp $ + +--- vncviewer/Imakefile.orig Mon Jun 18 13:17:15 2001 ++++ vncviewer/Imakefile Sun Sep 23 00:09:50 2001 +@@ -6,12 +6,7 @@ + CDEBUGFLAGS = -O2 + #endif + +-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. -I/usr/include + VNCAUTH_LIB = ../libvncauth/libvncauth.a |