aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/wmii
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2009-03-07 21:07:27 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2009-03-07 21:07:27 +0000
commitd61ee6276872c0cf1afcb861b36db8002101f615 (patch)
treead41039812cae30e4bc8ecf8ec892a216cb54604 /x11-wm/wmii
parentc08255b3f7ca4b728a1f3035f2507417502efcb1 (diff)
downloadports-d61ee6276872c0cf1afcb861b36db8002101f615.tar.gz
ports-d61ee6276872c0cf1afcb861b36db8002101f615.zip
- Fix build after libixp update
- Bump PORTREVISION PR: ports/132374 (based on) Submitted by: Sofian Brabez (patch) Approved by: portmgr (pav)
Notes
Notes: svn path=/head/; revision=229656
Diffstat (limited to 'x11-wm/wmii')
-rw-r--r--x11-wm/wmii/Makefile4
1 files changed, 3 insertions, 1 deletions
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