openbsd-ports/net/tightvnc/patches/patch-vncviewer_Imakefile
lebel 06fec6240e initial import of tightvnc-1.2.0:
--
TightVNC is an enhanced version of VNC, which is optimized to work over
slow network connections such as low-speed modem links. While original
VNC may be very slow when your connection is not fast enough, with
TightVNC you can work remotely almost in real time in most environments.
Besides bandwidth optimizations, TightVNC also includes many other
improvements, optimizations and bugfixes over VNC. Note that TightVNC is
free, cross-platform and compatible with the standard VNC.

WWW: http://www.tightvnc.org/

Submitted by Rob Casey <rob@minauros.com>
2001-09-08 00:38:11 +00:00

17 lines
664 B
Plaintext

$OpenBSD: patch-vncviewer_Imakefile,v 1.1.1.1 2001/09/08 00:38:11 lebel Exp $
--- vncviewer/Imakefile.orig Mon Jun 18 09:16:53 2001
+++ vncviewer/Imakefile Wed Sep 5 08:47:31 2001
@@ -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)