23 lines
783 B
Plaintext
23 lines
783 B
Plaintext
$OpenBSD: patch-vncviewer_Imakefile,v 1.2 2002/03/04 23:35:12 matt Exp $
|
|
--- vncviewer/Imakefile.orig Tue Nov 13 06:31:34 2001
|
|
+++ vncviewer/Imakefile Sun Mar 3 18:20:11 2002
|
|
@@ -13,10 +13,10 @@ XCOMM seems to cause problems on Digital
|
|
DEFINES = -DMITSHM
|
|
#endif
|
|
|
|
-INCLUDES = -I../include -I. -I/usr/include
|
|
+INCLUDES = -I../include -I. -I/usr/include -I${LOCALBASE}/include
|
|
VNCAUTH_LIB = ../libvncauth/libvncauth.a
|
|
ZLIB_LIB = /usr/lib/libz.a
|
|
-JPEG_LIB = /usr/lib/libjpeg.a
|
|
+JPEG_LIB = ${LOCALBASE}/lib/libjpeg.a
|
|
|
|
DEPLIBS = XawClientDepLibs $(VNCAUTH_LIB) $(ZLIB_LIB) $(JPEG_LIB)
|
|
LOCAL_LIBRARIES = XawClientLibs $(VNCAUTH_LIB) $(ZLIB_LIB) $(JPEG_LIB)
|
|
@@ -40,4 +40,4 @@ SRCS = \
|
|
|
|
OBJS = $(SRCS:.c=.o)
|
|
|
|
-ComplexProgramTarget(vncviewer)
|
|
+ComplexProgramTargetNoMan(vncviewer)
|