summaryrefslogtreecommitdiff
path: root/news/knews/patches/patch-ad
blob: fc9a7e274ae86e922773969506f83b4ea4526761 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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