summaryrefslogtreecommitdiff
path: root/news/knews/patches
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>1999-11-25 12:14:13 +0000
committerfredb <fredb@pkgsrc.org>1999-11-25 12:14:13 +0000
commit31fe590de0c6528738e8c674a8d33aae0ef2e14e (patch)
tree5eb57756f43ebc6c73ce44848aa13b8717fb23d6 /news/knews/patches
parent3d2f5e1f0d4a615250ac38881f419e871acd5d4e (diff)
downloadpkgsrc-31fe590de0c6528738e8c674a8d33aae0ef2e14e.tar.gz
Work around for imake generated Makefile taking -lWidgets to be the shared
library installed by the afterstep-current package, instead of knews' own libWidgets.a. Why does $(LDPRELIBS) come in before $(OBJS) anyway?
Diffstat (limited to 'news/knews/patches')
-rw-r--r--news/knews/patches/patch-ad22
1 files changed, 22 insertions, 0 deletions
diff --git a/news/knews/patches/patch-ad b/news/knews/patches/patch-ad
new file mode 100644
index 00000000000..fc9a7e274ae
--- /dev/null
+++ b/news/knews/patches/patch-ad
@@ -0,0 +1,22 @@
+$NetBSD: patch-ad,v 1.5 1999/11/25 12:14:14 fredb Exp $
+
+--- src/Imakefile.orig Sat Nov 21 09:31:37 1998
++++ src/Imakefile Thu Nov 25 05:48:56 1999
+@@ -5,6 +5,8 @@
+ #undef MAIL_COMMAND
+ #undef EDIT_COMMAND
+
++LDPRELIBS =
++
+ XMU_LIB =
+ XPM_LIB =
+ REGEXP_LIB =
+@@ -16,7 +18,7 @@
+ #endif
+
+ #if HAVE_XMU
+-XMU_LIB = -lXmu
++XMU_LIB = $(LDPRELIB) -lXmu
+ #endif
+
+ #if HAVE_XPM