openbsd-ports/net/tightvnc/patches/patch-Xvnc_config_cf_vnclibs_def

13 lines
581 B
Plaintext

$OpenBSD: patch-Xvnc_config_cf_vnclibs_def,v 1.2 2002/03/25 11:57:45 wilfried Exp $
--- Xvnc/config/cf/vnclibs.def.orig Wed Mar 20 05:38:00 2002
+++ Xvnc/config/cf/vnclibs.def Sun Mar 24 20:12:40 2002
@@ -5,6 +5,5 @@
* and programs/Xserver/hw/vnc whenever you change this file.
*/
-VNCLIBS = $(TOP)/../libvncauth/libvncauth.a
-VNCSYSLIBS = -L$(TOP)/../lib/jpeg -ljpeg
-VNCCPPFLAGS = -I$(TOP)/../include -I$(TOP)/../lib/zlib -I$(TOP)/../lib/jpeg
+VNCLIBS = $(TOP)/../libvncauth/libvncauth.a ${LOCALBASE}/lib/libjpeg.a
+VNCCPPFLAGS = -I$(TOP)/../include -I${LOCALBASE}/include