$OpenBSD: patch-vncviewer_Imakefile,v 1.3 2002/03/25 11:57:45 wilfried Exp $
--- vncviewer/Imakefile.orig	Wed Mar 20 05:38:00 2002
+++ vncviewer/Imakefile	Sun Mar 24 19:51:29 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/usr/include -I${LOCALBASE}/include
 VNCAUTH_LIB = ../libvncauth/libvncauth.a
-ZLIB_LIB = -L../lib/zlib -lz
-JPEG_LIB = -L../lib/jpeg -ljpeg
+ZLIB_LIB = -lz
+JPEG_LIB = -ljpeg
 
 DEPLIBS = XawClientDepLibs $(VNCAUTH_LIB)
 LOCAL_LIBRARIES = XawClientLibs $(VNCAUTH_LIB) $(ZLIB_LIB) $(JPEG_LIB)
