45976891a0
dynamically add the location of the man page instead of hardcoding it as Solaris and NetBSD differ on which man page is installed.
11 lines
274 B
Text
11 lines
274 B
Text
$NetBSD: patch-aa,v 1.2 2001/07/16 00:46:43 jlam Exp $
|
|
|
|
--- Imakefile.orig Wed Sep 16 11:56:00 1998
|
|
+++ Imakefile Thu Oct 28 13:11:11 1999
|
|
@@ -1,5 +1,5 @@
|
|
|
|
-XPMLIB = -L/usr/lib/X11 -lXpm
|
|
+XPMLIB = -lXpm
|
|
DEPLIBS = $(DEPXLIB)
|
|
|
|
LOCAL_LIBRARIES = $(XPMLIB) $(XLIB)
|