diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-07 06:59:10 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-07 06:59:10 +0000 |
commit | 9ff7092bd924021a3fcb3d683876e11b309ee9bc (patch) | |
tree | de30ca929d6a37020a20f39f23b213e168765eaf /net/tightvnc/files/patch-vncviewer::Imakefile | |
parent | Update GeoIP to 1.0.8. Grab maintainership of both of these ports. (diff) |
upgrade to 1.2.6
PR: 43393
Submitted by: Marco Molteni <molter@tin.it>
Notes
Notes:
svn path=/head/; revision=67533
Diffstat (limited to 'net/tightvnc/files/patch-vncviewer::Imakefile')
-rw-r--r-- | net/tightvnc/files/patch-vncviewer::Imakefile | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/net/tightvnc/files/patch-vncviewer::Imakefile b/net/tightvnc/files/patch-vncviewer::Imakefile index 41b6f6f53c35..0cf49c07a7c0 100644 --- a/net/tightvnc/files/patch-vncviewer::Imakefile +++ b/net/tightvnc/files/patch-vncviewer::Imakefile @@ -1,6 +1,6 @@ ---- vncviewer/Imakefile.orig Tue Apr 30 09:07:31 2002 -+++ vncviewer/Imakefile Wed May 22 21:48:12 2002 -@@ -10,12 +10,12 @@ +--- vncviewer/Imakefile.orig Thu Sep 26 11:26:17 2002 ++++ vncviewer/Imakefile Thu Sep 26 11:28:47 2002 +@@ -10,17 +10,12 @@ DEFINES = -DMITSHM #endif @@ -11,13 +11,18 @@ INCLUDES = -I../include -I. $(ZLIB_INC) $(JPEG_INC) -I/usr/include VNCAUTH_LIB = ../libvncauth/libvncauth.a -ZLIB_LIB = -L/usr/local/lib -lz +-#ifdef OSF1Architecture +-XCOMM Avoid linking with different libjpeg in /usr/shlib under Tru64. +-JPEG_LIB = /usr/local/lib/libjpeg.a +-#else -JPEG_LIB = -L/usr/local/lib -ljpeg +-#endif +ZLIB_LIB = -L%%LOCALBASE%%/lib -lz +JPEG_LIB = -L%%LOCALBASE%%/lib -ljpeg DEPLIBS = XawClientDepLibs $(VNCAUTH_LIB) LOCAL_LIBRARIES = XawClientLibs $(VNCAUTH_LIB) $(ZLIB_LIB) $(JPEG_LIB) -@@ -39,4 +39,4 @@ +@@ -44,4 +39,4 @@ OBJS = $(SRCS:.c=.o) |