mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
9ff7092bd9
PR: 43393 Submitted by: Marco Molteni <molter@tin.it>
19 lines
675 B
Modula-2
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
|