ports/net/tightvnc/files/patch-vncviewer::Imakefile
2002-03-29 09:18:46 +00:00

21 lines
654 B
Text

--- vncviewer/Imakefile.orig Wed Mar 20 05:38:00 2002
+++ vncviewer/Imakefile Fri Mar 29 03:26:02 2002
@@ -11,10 +11,10 @@
DEFINES = -DMITSHM
#endif
-INCLUDES = -I../include -I. -I../lib/zlib -I../lib/jpeg -I/usr/include
+INCLUDES = -I../include -I. -I%%LOCALBASE%%/include
VNCAUTH_LIB = ../libvncauth/libvncauth.a
ZLIB_LIB = -L../lib/zlib -lz
-JPEG_LIB = -L../lib/jpeg -ljpeg
+JPEG_LIB = -L%%LOCALBASE%%/lib -ljpeg
DEPLIBS = XawClientDepLibs $(VNCAUTH_LIB)
LOCAL_LIBRARIES = XawClientLibs $(VNCAUTH_LIB) $(ZLIB_LIB) $(JPEG_LIB)
@@ -38,4 +38,4 @@
OBJS = $(SRCS:.c=.o)
-ComplexProgramTarget(vncviewer)
+ComplexProgramTargetNoMan(vncviewer)