mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-27 22:11:24 -04:00
16 lines
446 B
Plaintext
16 lines
446 B
Plaintext
$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)
|