diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-03-07 21:07:27 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-03-07 21:07:27 +0000 |
commit | d61ee6276872c0cf1afcb861b36db8002101f615 (patch) | |
tree | ad41039812cae30e4bc8ecf8ec892a216cb54604 /x11-wm/wmii/Makefile | |
parent | c08255b3f7ca4b728a1f3035f2507417502efcb1 (diff) | |
download | ports-d61ee6276872c0cf1afcb861b36db8002101f615.tar.gz ports-d61ee6276872c0cf1afcb861b36db8002101f615.zip |
Notes
Diffstat (limited to 'x11-wm/wmii/Makefile')
-rw-r--r-- | x11-wm/wmii/Makefile | 4 |
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 |