pkgsrc/net/tightvncviewer/patches/patch-aa
jschauma ec88a54554 Add normal LDFLAGS to Imake's so that ljpeg is linked against correctly.
This should fix the problem seen in Huberts latest bulk-build.
2003-01-12 19:28:24 +00:00

13 lines
422 B
Text

$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 \