summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-04-22 23:25:19 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-04-22 23:25:19 +0800
commit756d2447bb34ae14f877ad4468776b893e4a95a5 (patch)
tree74be7624e979a632aa2b4e534ec418e3990420ce
parentdd3f6df946d5dfc36cf1923213b6275df8dec978 (diff)
downloadmarcuscom-ports-756d2447bb34ae14f877ad4468776b893e4a95a5.tar
marcuscom-ports-756d2447bb34ae14f877ad4468776b893e4a95a5.tar.gz
marcuscom-ports-756d2447bb34ae14f877ad4468776b893e4a95a5.tar.bz2
marcuscom-ports-756d2447bb34ae14f877ad4468776b893e4a95a5.tar.lz
marcuscom-ports-756d2447bb34ae14f877ad4468776b893e4a95a5.tar.xz
marcuscom-ports-756d2447bb34ae14f877ad4468776b893e4a95a5.tar.zst
marcuscom-ports-756d2447bb34ae14f877ad4468776b893e4a95a5.zip
Remove -Wcast-align to fix the build in sparc64.
Reported by: Super Bisquit <superbisquit@gmail.com> git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15850 df743ca5-7f9a-e211-a948-0013205c9059
-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>