summaryrefslogtreecommitdiff
path: root/net/tightvnc/files/patch-Xvnc::config::cf::vnclibs.def
blob: 0b9c0dc6c08a8faac2e26a02437377b6c8698092 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- 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