blob: efae9e59a14e6b2c35b592ae6a805f10c1abcce0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
*** Imakefile.orig Tue Jul 21 04:22:43 1998
--- Imakefile Tue Jul 21 04:24:08 1998
***************
*** 2,8 ****
DESTDIR = /usr/X11R6
BINDIR = /bin
! XPMLIB = -L/usr/lib/X11 -L/opt/X11_Contrib/lib/sparc -lXpm -lm
DEPLIBS = $(DEPXLIB)
/* uncomment -lrpcsvc at the end of the line below if compile on *sparc* */
--- 2,8 ----
DESTDIR = /usr/X11R6
BINDIR = /bin
! XPMLIB = -lXpm -lm
DEPLIBS = $(DEPXLIB)
/* uncomment -lrpcsvc at the end of the line below if compile on *sparc* */
***************
*** 10,16 ****
LINTLIBS = $(LINTXLIB)
! EXTRA_INCLUDES = -I/opt/X11_Contrib/include
/* if your compiler does not define linux
please add -Dlinux below (if you are on a linux box :) */
--- 10,16 ----
LINTLIBS = $(LINTXLIB)
! EXTRA_INCLUDES =
/* if your compiler does not define linux
please add -Dlinux below (if you are on a linux box :) */
|