summaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-03-27 01:34:42 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-03-27 01:34:42 +0800
commit75f4bf57b9e22c8d72301ece1028b2183e6c5506 (patch)
treee9276bcffef55942db097d20efe133159ae78e76 /x11-wm
parentddde70328c9653503ecf7f3a81663cb10d30c752 (diff)
downloadmarcuscom-ports-75f4bf57b9e22c8d72301ece1028b2183e6c5506.tar.gz
marcuscom-ports-75f4bf57b9e22c8d72301ece1028b2183e6c5506.tar.zst
marcuscom-ports-75f4bf57b9e22c8d72301ece1028b2183e6c5506.zip
Remove -Werror to fix the build on 6.X.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12182 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/metacity/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-wm/metacity/Makefile b/x11-wm/metacity/Makefile
index 7f64e946f..7ed6242ec 100644
--- a/x11-wm/metacity/Makefile
+++ b/x11-wm/metacity/Makefile
@@ -3,7 +3,7 @@
# Whom: Garrett Rooney <rooneg@electricjellyfish.net>
#
# $FreeBSD$
-# $MCom: ports/x11-wm/metacity/Makefile,v 1.143 2009/03/08 19:42:19 mezz Exp $
+# $MCom: ports/x11-wm/metacity/Makefile,v 1.144 2009/03/17 18:06:08 kwm Exp $
#
PORTNAME= metacity
@@ -36,4 +36,8 @@ GCONF_SCHEMAS= metacity.schemas
MAN1= metacity-message.1 metacity-theme-viewer.1 \
metacity-window-demo.1 metacity.1
+post-patch:
+ @${REINPLACE_CMD} -e 's|-Werror||g' \
+ ${WRKSRC}/configure
+
.include <bsd.port.mk>