ports/net/nxserver/files/patch-nxviewer-nxviewer-Imakefile
Rong-En Fan 13c95dc4d4 - Respect X11BASE
Approved by:	portmgr (linimon)
2006-12-09 05:30:42 +00:00

21 lines
622 B
Text

--- nxviewer/nxviewer/Imakefile.orig Thu Jun 17 11:44:40 2004
+++ nxviewer/nxviewer/Imakefile Mon Feb 7 02:22:45 2005
@@ -37,7 +37,7 @@
#endif
-INCLUDES = -I../include -I. $(ZLIB_INC) $(JPEG_INC) -I/usr/include/X11 $(NX_INC)
+INCLUDES = -I../include -I. $(ZLIB_INC) $(JPEG_INC) -I/usr/local/include -I$(X11BASE)/include/X11 $(NX_INC)
VNCAUTH_LIB = ./libvncauth.a
ZLIB_LIB = -L/usr/local/lib -lz
JPEG_LIB = -L/usr/local/lib -ljpeg
@@ -50,6 +50,9 @@
#endif
DEPLIBS = XawClientDepLibs $(VNCAUTH_LIB)
+XPLIBSRC =
+XPLIB =
+
LOCAL_LIBRARIES = XawClientLibs $(VNCAUTH_LIB) $(ZLIB_LIB) $(JPEG_LIB) $(NX_LIB)