From 756d2447bb34ae14f877ad4468776b893e4a95a5 Mon Sep 17 00:00:00 2001 From: mezz Date: Fri, 22 Apr 2011 15:25:19 +0000 Subject: Remove -Wcast-align to fix the build in sparc64. Reported by: Super Bisquit git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15850 df743ca5-7f9a-e211-a948-0013205c9059 --- x11-wm/mutter/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'x11-wm') 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 # # $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 -- cgit v1.2.3