diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-01-12 19:28:24 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-01-12 19:28:24 +0000 |
commit | ec88a5455476368b6ee48cca083ec9a1c020d649 (patch) | |
tree | 57c296d2a582be5600d6827f2fef6bed1a43d3c6 /net/tightvncviewer | |
parent | ee682c2d8cd184fdbcec04b4eb6c2fc169c5f793 (diff) | |
download | pkgsrc-ec88a5455476368b6ee48cca083ec9a1c020d649.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/distinfo | 3 | ||||
-rw-r--r-- | net/tightvncviewer/patches/patch-aa | 13 |
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 \ |