blob: 630ecdcb13d50365aeb9cde32d8923ba08067bf1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
$NetBSD: patch-aa,v 1.1 2001/04/05 15:55:48 wiz Exp $
*** Imakefile.orig Fri Aug 4 05:19:36 1995
--- Imakefile Wed Sep 6 13:53:32 1995
***************
*** 17,24 ****
# -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
# If you need this uncomment (particularly on decstations)
--- 17,24 ----
# -DNO_TRANS_COLOR Turn off setting the `none' color in xpixmaps
DO_XPMS = -DDO_XPMS
! XPM_INC = -I/usr/X11R6/include/X11
! XPM_LIB = -lXpm
# If you need this uncomment (particularly on decstations)
|