diff options
-rw-r--r-- | x11-wm/ctwm/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/ctwm/files/patch-aa | 24 |
2 files changed, 21 insertions, 4 deletions
diff --git a/x11-wm/ctwm/Makefile b/x11-wm/ctwm/Makefile index 2a0f6a9..ffc94aa 100644 --- a/x11-wm/ctwm/Makefile +++ b/x11-wm/ctwm/Makefile @@ -7,6 +7,7 @@ PORTNAME= ctwm PORTVERSION= 3.6 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= http://slpc1.epfl.ch/public/software/ctwm/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ctwm-images${EXTRACT_SUFX} diff --git a/x11-wm/ctwm/files/patch-aa b/x11-wm/ctwm/files/patch-aa index 2aecdda..61e80d9 100644 --- a/x11-wm/ctwm/files/patch-aa +++ b/x11-wm/ctwm/files/patch-aa @@ -1,9 +1,17 @@ $FreeBSD$ -*** Imakefile.orig Mon May 15 21:47:10 2000 ---- Imakefile Sat Sep 22 11:50:14 2001 +*** Imakefile.orig Wed Dec 12 00:38:52 2001 +--- Imakefile Fri Aug 9 23:45:46 2002 *************** -*** 19,26 **** +*** 11,26 **** + #undef USE_SOUND + #define XPM + #define USEM4 +! #undef X11R6 +! #undef I18N + + YFLAGS = -d + DEPLIBS = $(DEPXMULIB) $(DEPEXTENSIONLIB) $(DEPXLIB) LINTLIBS = $(LINTXMU) $(LINTEXTENSIONLIB) $(LINTXLIB) #ifdef XPM @@ -12,7 +20,15 @@ $FreeBSD$ XPMDEFINES = -DXPM XPMLIB = $(XPMLIBDIR) -lXpm ---- 19,26 ---- +--- 11,26 ---- + #undef USE_SOUND + #define XPM + #define USEM4 +! #define X11R6 +! #define I18N + + YFLAGS = -d + DEPLIBS = $(DEPXMULIB) $(DEPEXTENSIONLIB) $(DEPXLIB) LINTLIBS = $(LINTXMU) $(LINTEXTENSIONLIB) $(LINTXLIB) #ifdef XPM |