ec88a54554
This should fix the problem seen in Huberts latest bulk-build.
13 lines
422 B
Text
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 \
|