aboutsummaryrefslogtreecommitdiff
path: root/net/tightvnc/files/patch-Xvnc__config__cf__vnclibs.def
diff options
context:
space:
mode:
Diffstat (limited to 'net/tightvnc/files/patch-Xvnc__config__cf__vnclibs.def')
-rw-r--r--net/tightvnc/files/patch-Xvnc__config__cf__vnclibs.def19
1 files changed, 0 insertions, 19 deletions
diff --git a/net/tightvnc/files/patch-Xvnc__config__cf__vnclibs.def b/net/tightvnc/files/patch-Xvnc__config__cf__vnclibs.def
deleted file mode 100644
index 56df2fe3629b..000000000000
--- a/net/tightvnc/files/patch-Xvnc__config__cf__vnclibs.def
+++ /dev/null
@@ -1,19 +0,0 @@
---- Xvnc/config/cf/vnclibs.def.orig 2003-05-03 09:31:55 UTC
-+++ Xvnc/config/cf/vnclibs.def
-@@ -5,13 +5,6 @@
- * 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 -L%%LOCALBASE%%/lib
-+VNCSYSLIBS = -L%%LOCALBASE%%/lib -ljpeg -lz -lcrypt