blob: 16f9e4c8e768afcdfcb5629630dd61a861ade9d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-aa,v 1.2 2001/12/11 15:43:15 jlam 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${BUILDLINK_DIR}/include/X11
+ XPM_LIB = -lXpm
# If you need this uncomment (particularly on decstations)
|