diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
commit | 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch) | |
tree | 0cfc4f0736babb895eb97a65c6defe632a0249c7 /net/tightvnc/files/patch-vncviewer__Imakefile | |
parent | editors/fte: update to 20110708 (diff) |
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Notes
Notes:
svn path=/head/; revision=363362
Diffstat (limited to 'net/tightvnc/files/patch-vncviewer__Imakefile')
-rw-r--r-- | net/tightvnc/files/patch-vncviewer__Imakefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/net/tightvnc/files/patch-vncviewer__Imakefile b/net/tightvnc/files/patch-vncviewer__Imakefile new file mode 100644 index 000000000000..0cf49c07a7c0 --- /dev/null +++ b/net/tightvnc/files/patch-vncviewer__Imakefile @@ -0,0 +1,30 @@ +--- 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 + +-ZLIB_INC = -I/usr/local/include +-JPEG_INC = -I/usr/local/include ++ZLIB_INC = -I%%LOCALBASE%%/include ++JPEG_INC = -I%%LOCALBASE%%/include + 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) +@@ -44,4 +39,4 @@ + + OBJS = $(SRCS:.c=.o) + +-ComplexProgramTarget(vncviewer) ++ComplexProgramTargetNoMan(vncviewer) |