1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/net/tightvnc/files/patch-Xvnc::config::cf::vnclibs.def
Ying-Chieh Liao 9ff7092bd9 upgrade to 1.2.6
PR:		43393
Submitted by:	Marco Molteni <molter@tin.it>
2002-10-07 06:59:10 +00:00

19 lines
675 B
Modula-2

--- Xvnc/config/cf/vnclibs.def.orig Thu Sep 26 12:32:21 2002
+++ Xvnc/config/cf/vnclibs.def Thu Sep 26 12:34:04 2002
@@ -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
-#else
-VNCSYSLIBS = -L/usr/local/lib -ljpeg -lz
-#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 -L%%LOCALBASE%%/lib