diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-12-09 00:38:03 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-12-09 00:38:03 +0000 |
commit | 7357ca7c85e444c47aaf86a93b4a85178e1109b9 (patch) | |
tree | 9fe36619b287541b750b1bb724a4c3fb9e55eb03 /net/tightvnc/files | |
parent | ebe771d1a644c3a8ca3baa9c3c957b342d0dc63c (diff) | |
download | ports-7357ca7c85e444c47aaf86a93b4a85178e1109b9.tar.gz ports-7357ca7c85e444c47aaf86a93b4a85178e1109b9.zip |
Notes
Diffstat (limited to 'net/tightvnc/files')
-rw-r--r-- | net/tightvnc/files/patch-vncviewer::Imakefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/net/tightvnc/files/patch-vncviewer::Imakefile b/net/tightvnc/files/patch-vncviewer::Imakefile index e12c76004766..50600e32e057 100644 --- a/net/tightvnc/files/patch-vncviewer::Imakefile +++ b/net/tightvnc/files/patch-vncviewer::Imakefile @@ -1,5 +1,5 @@ ---- vncviewer/Imakefile.orig Sat Nov 24 16:30:55 2001 -+++ vncviewer/Imakefile Sat Nov 24 16:32:38 2001 +--- vncviewer/Imakefile.orig Tue Nov 13 05:31:34 2001 ++++ vncviewer/Imakefile Sat Dec 8 18:25:22 2001 @@ -13,10 +13,10 @@ DEFINES = -DMITSHM #endif @@ -13,3 +13,9 @@ DEPLIBS = XawClientDepLibs $(VNCAUTH_LIB) $(ZLIB_LIB) $(JPEG_LIB) LOCAL_LIBRARIES = XawClientLibs $(VNCAUTH_LIB) $(ZLIB_LIB) $(JPEG_LIB) +@@ -40,4 +40,4 @@ + + OBJS = $(SRCS:.c=.o) + +-ComplexProgramTarget(vncviewer) ++ComplexProgramTargetNoMan(vncviewer) |