summaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/mutter/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-wm/mutter/Makefile b/x11-wm/mutter/Makefile
index 89a7ef04b..d7a2d69aa 100644
--- a/x11-wm/mutter/Makefile
+++ b/x11-wm/mutter/Makefile
@@ -3,7 +3,7 @@
# Whom: Pawel Worach <pawel.worach@gmail.com>
#
# $FreeBSD$
-# $MCom: ports/x11-wm/mutter/Makefile,v 1.22 2011/04/01 11:49:27 kwm Exp $
+# $MCom: ports/x11-wm/mutter/Makefile,v 1.23 2011/04/05 18:23:01 kwm Exp $
#
PORTNAME= mutter
@@ -42,4 +42,8 @@ MAN1= mutter-message.1 mutter-theme-viewer.1 \
PLIST_SUB= VERSION=${PORTVERSION:R}
+post-patch:
+ @${REINPLACE_CMD} -e 's|-Wcast-align||g' \
+ ${WRKSRC}/configure
+
.include <bsd.port.mk>