1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/x11-wm/ctwm/files/patch-aa

36 lines
852 B
Plaintext
Raw Normal View History

1996-09-14 22:53:16 +00:00
*** Imakefile.orig Sun Sep 15 00:25:16 1996
--- Imakefile Sun Sep 15 00:28:49 1996
***************
1996-09-14 22:53:16 +00:00
*** 11,25 ****
#undef USE_SOUND
#define XPM
1995-02-24 19:48:24 +00:00
#define USEM4
1996-09-14 22:53:16 +00:00
! #undef X11R6
YFLAGS = -d
DEPLIBS = $(DEPXMULIB) $(DEPEXTENSIONLIB) $(DEPXLIB)
1995-02-11 15:32:00 +00:00
LINTLIBS = $(LINTXMU) $(LINTEXTENSIONLIB) $(LINTXLIB)
#ifdef XPM
! XPMLIBDIR =
! XPMINCDIR =
XPMDEFINES = -DXPM
XPMLIB = $(XPMLIBDIR) -lXpm
1996-09-14 22:53:16 +00:00
--- 11,25 ----
#undef USE_SOUND
#define XPM
1996-09-14 22:53:16 +00:00
#define USEM4
! #define X11R6
YFLAGS = -d
DEPLIBS = $(DEPXMULIB) $(DEPEXTENSIONLIB) $(DEPXLIB)
1995-02-11 15:32:00 +00:00
LINTLIBS = $(LINTXMU) $(LINTEXTENSIONLIB) $(LINTXLIB)
#ifdef XPM
1996-09-14 22:53:16 +00:00
! XPMLIBDIR = -L/usr/X11R6/lib
1995-02-11 15:32:00 +00:00
! XPMINCDIR = -I/usr/X11R6/include
XPMDEFINES = -DXPM
XPMLIB = $(XPMLIBDIR) -lXpm