diff options
author | jlam <jlam@pkgsrc.org> | 2002-10-09 21:14:40 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-10-09 21:14:40 +0000 |
commit | 52cd2e2f277b55ca4c155c4a0333ece36bfc0a91 (patch) | |
tree | 0fc5d7581d21dd4289b2444eb9b1d86803382cde /net/tightvnc/patches | |
parent | 4293faa86cf8e728924e84d7533d73ebd386c334 (diff) | |
download | pkgsrc-52cd2e2f277b55ca4c155c4a0333ece36bfc0a91.tar.gz |
buildlink1 -> buildlink2
Diffstat (limited to 'net/tightvnc/patches')
-rw-r--r-- | net/tightvnc/patches/patch-ba | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/tightvnc/patches/patch-ba b/net/tightvnc/patches/patch-ba index 0d042c33d02..5f3b1ef8518 100644 --- a/net/tightvnc/patches/patch-ba +++ b/net/tightvnc/patches/patch-ba @@ -1,12 +1,11 @@ -$NetBSD: patch-ba,v 1.1 2001/09/23 01:34:31 mycroft Exp $ +$NetBSD: patch-ba,v 1.2 2002/10/09 21:18:41 jlam Exp $ --- Xvnc/config/cf/vnclibs.def.orig Mon Jan 29 21:24:14 2001 +++ Xvnc/config/cf/vnclibs.def Sun Sep 23 01:08:42 2001 -@@ -5,5 +5,6 @@ +@@ -5,5 +5,5 @@ * and programs/Xserver/hw/vnc whenever you change this file. */ -VNCLIBS = $(TOP)/../libvncauth/libvncauth.a /usr/lib/libjpeg.a -+VNCLIBS = $(TOP)/../libvncauth/libvncauth.a \ -+ ${BUILDLINK_LDFLAGS} -Wl,-rpath ${LOCALBASE}/lib -ljpeg ++VNCLIBS = $(TOP)/../libvncauth/libvncauth.a ${BUILDLINK_LDFLAGS} -ljpeg VNCCPPFLAGS = -I$(TOP)/../include |