mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
36 lines
852 B
Plaintext
36 lines
852 B
Plaintext
*** Imakefile.orig Sun Sep 15 00:25:16 1996
|
|
--- Imakefile Sun Sep 15 00:28:49 1996
|
|
***************
|
|
*** 11,25 ****
|
|
#undef USE_SOUND
|
|
#define XPM
|
|
#define USEM4
|
|
! #undef X11R6
|
|
|
|
YFLAGS = -d
|
|
DEPLIBS = $(DEPXMULIB) $(DEPEXTENSIONLIB) $(DEPXLIB)
|
|
LINTLIBS = $(LINTXMU) $(LINTEXTENSIONLIB) $(LINTXLIB)
|
|
|
|
#ifdef XPM
|
|
! XPMLIBDIR =
|
|
! XPMINCDIR =
|
|
|
|
XPMDEFINES = -DXPM
|
|
XPMLIB = $(XPMLIBDIR) -lXpm
|
|
--- 11,25 ----
|
|
#undef USE_SOUND
|
|
#define XPM
|
|
#define USEM4
|
|
! #define X11R6
|
|
|
|
YFLAGS = -d
|
|
DEPLIBS = $(DEPXMULIB) $(DEPEXTENSIONLIB) $(DEPXLIB)
|
|
LINTLIBS = $(LINTXMU) $(LINTEXTENSIONLIB) $(LINTXLIB)
|
|
|
|
#ifdef XPM
|
|
! XPMLIBDIR = -L/usr/X11R6/lib
|
|
! XPMINCDIR = -I/usr/X11R6/include
|
|
|
|
XPMDEFINES = -DXPM
|
|
XPMLIB = $(XPMLIBDIR) -lXpm
|