15 lines
446 B
Text
15 lines
446 B
Text
$NetBSD: patch-aa,v 1.3 2004/04/24 01:18:26 wiz Exp $
|
|
|
|
--- Imakefile.orig Thu Aug 3 23:19:36 1995
|
|
+++ Imakefile
|
|
@@ -17,8 +17,8 @@
|
|
# -DNO_TRANS_COLOR Turn off setting the `none' color in xpixmaps
|
|
|
|
DO_XPMS = -DDO_XPMS
|
|
- XPM_INC = -I/usr/include/X11
|
|
- XPM_LIB = -L$(LIBDIR)/xpm -lXpm
|
|
+ XPM_INC = -I${X11BASE}/include/X11
|
|
+ XPM_LIB = -lXpm
|
|
|
|
|
|
# If you need this uncomment (particularly on decstations)
|