openbsd-ports/net/tightvnc/patches/patch-Xvnc_config_cf_vnclibs_def
pea 1322d58c0a Update to 1.3.9.
ok ajacoutot@
2009-01-19 08:01:34 +00:00

19 lines
669 B
Plaintext

--- Xvnc/config/cf/vnclibs.def.orig Fri Dec 5 12:38:31 2008
+++ Xvnc/config/cf/vnclibs.def Fri Dec 5 12:39:17 2008
@@ -5,13 +5,5 @@
* and programs/Xserver/hw/vnc whenever you change this file.
*/
-VNCLIBS = $(TOP)/../libvncauth/libvncauth.a
-
-#ifdef OSF1Architecture
-/* Avoid linking with different libjpeg in /usr/shlib under Tru64. */
-VNCSYSLIBS = /usr/local/lib/libjpeg.a /usr/local/lib/libz.a -lcrypt
-#else
-VNCSYSLIBS = -L/usr/local/lib -ljpeg -lz -lcrypt
-#endif
-
-VNCCPPFLAGS = -I$(TOP)/../include -I/usr/local/include
+VNCLIBS = $(TOP)/../libvncauth/libvncauth.a ${LOCALBASE}/lib/libjpeg.a
+VNCCPPFLAGS = -I$(TOP)/../include -I${LOCALBASE}/include