summaryrefslogtreecommitdiff
path: root/news/knews/patches
diff options
context:
space:
mode:
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