summaryrefslogtreecommitdiff
path: root/net/tightvncviewer
diff options
context:
space:
mode:
authorjschauma <jschauma>2003-01-12 19:28:24 +0000
committerjschauma <jschauma>2003-01-12 19:28:24 +0000
commit1e3671d91f2b3878050f4035e1b720fdec175359 (patch)
tree57c296d2a582be5600d6827f2fef6bed1a43d3c6 /net/tightvncviewer
parente4f692015bfb189294b579d7bfb8a35502c2a452 (diff)
downloadpkgsrc-1e3671d91f2b3878050f4035e1b720fdec175359.tar.gz
Add normal LDFLAGS to Imake's so that ljpeg is linked against correctly.
This should fix the problem seen in Huberts latest bulk-build.
Diffstat (limited to 'net/tightvncviewer')
-rw-r--r--net/tightvncviewer/distinfo3
-rw-r--r--net/tightvncviewer/patches/patch-aa13
2 files changed, 15 insertions, 1 deletions
diff --git a/net/tightvncviewer/distinfo b/net/tightvncviewer/distinfo
index 3a50d2c8a8a..b306947abf1 100644
--- a/net/tightvncviewer/distinfo
+++ b/net/tightvncviewer/distinfo
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.6 2002/12/29 19:02:49 jlam Exp $
+$NetBSD: distinfo,v 1.7 2003/01/12 19:28:24 jschauma Exp $
SHA1 (tightvnc-1.2.7_unixsrc.tar.bz2) = 39b28b4272dbc915045a375ca21a50ff23a989eb
Size (tightvnc-1.2.7_unixsrc.tar.bz2) = 1725728 bytes
+SHA1 (patch-aa) = 56346a71083a8565d034187fcabb28a965078d62
diff --git a/net/tightvncviewer/patches/patch-aa b/net/tightvncviewer/patches/patch-aa
new file mode 100644
index 00000000000..8165576c246
--- /dev/null
+++ b/net/tightvncviewer/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.6 2003/01/12 19:28:24 jschauma Exp $
+
+--- vncviewer/Imakefile.orig Sun Jan 12 19:21:15 2003
++++ vncviewer/Imakefile Sun Jan 12 19:21:27 2003
+@@ -23,7 +23,7 @@
+ #endif
+
+ DEPLIBS = XawClientDepLibs $(VNCAUTH_LIB)
+-LOCAL_LIBRARIES = XawClientLibs $(VNCAUTH_LIB) $(ZLIB_LIB) $(JPEG_LIB)
++LOCAL_LIBRARIES = XawClientLibs $(VNCAUTH_LIB) $(ZLIB_LIB) $(JPEG_LIB) $(LDFLAGS)
+
+ SRCS = \
+ argsresources.c \