From d61ee6276872c0cf1afcb861b36db8002101f615 Mon Sep 17 00:00:00 2001 From: Thomas Abthorpe Date: Sat, 7 Mar 2009 21:07:27 +0000 Subject: - Fix build after libixp update - Bump PORTREVISION PR: ports/132374 (based on) Submitted by: Sofian Brabez (patch) Approved by: portmgr (pav) --- x11-wm/wmii/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'x11-wm/wmii') diff --git a/x11-wm/wmii/Makefile b/x11-wm/wmii/Makefile index 1edc2d48a485..899a6f7cf75c 100644 --- a/x11-wm/wmii/Makefile +++ b/x11-wm/wmii/Makefile @@ -7,7 +7,7 @@ PORTNAME= wmii DISTVERSION= 3.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= http://www.suckless.org/download/ @@ -33,6 +33,8 @@ post-patch: .SILENT ${WRKSRC}/cmd/Makefile # Strip debug build options ${REINPLACE_CMD} -E 's| -g( -O0)?||' ${WRKSRC}/config.mk + ${REINPLACE_CMD} -e 's|CFLAGS += -DIXPlint|& -DIXP_NEEDAPI=89|' \ + ${WRKSRC}/config.mk$ # Make actual compile/link command appear in the build log ${REINPLACE_CMD} -e 's|^COMPILE=|& noisycc=yes | ; \ s|^LINK=|& noisycc=yes |' ${WRKSRC}/mk/hdr.mk -- cgit v1.2.3