From 1e3671d91f2b3878050f4035e1b720fdec175359 Mon Sep 17 00:00:00 2001 From: jschauma Date: Sun, 12 Jan 2003 19:28:24 +0000 Subject: Add normal LDFLAGS to Imake's so that ljpeg is linked against correctly. This should fix the problem seen in Huberts latest bulk-build. --- net/tightvncviewer/distinfo | 3 ++- net/tightvncviewer/patches/patch-aa | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 net/tightvncviewer/patches/patch-aa (limited to 'net/tightvncviewer') 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 \ -- cgit v1.2.3