summaryrefslogtreecommitdiffstats
path: root/x11/gnome-shell/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-02-16 01:01:53 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-02-16 01:01:53 +0800
commit64d63bd09e59a732a72f1ec3632b51e30c03153a (patch)
tree833fd4401fbb4f4a16e02a4034c556df39c97493 /x11/gnome-shell/Makefile
parent048eb0e6c6640f4e0cbcfec6fb9b88f137bf68b8 (diff)
downloadmarcuscom-ports-64d63bd09e59a732a72f1ec3632b51e30c03153a.tar
marcuscom-ports-64d63bd09e59a732a72f1ec3632b51e30c03153a.tar.gz
marcuscom-ports-64d63bd09e59a732a72f1ec3632b51e30c03153a.tar.bz2
marcuscom-ports-64d63bd09e59a732a72f1ec3632b51e30c03153a.tar.lz
marcuscom-ports-64d63bd09e59a732a72f1ec3632b51e30c03153a.tar.xz
marcuscom-ports-64d63bd09e59a732a72f1ec3632b51e30c03153a.tar.zst
marcuscom-ports-64d63bd09e59a732a72f1ec3632b51e30c03153a.zip
Turn off -Werror, it break with the release version of gtk3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15226 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-shell/Makefile')
-rw-r--r--x11/gnome-shell/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile
index d4a19b8b4..2a0c26895 100644
--- a/x11/gnome-shell/Makefile
+++ b/x11/gnome-shell/Makefile
@@ -3,7 +3,7 @@
# Whom: Pawel Worach <pawel.worach@gmail.com>
#
# $FreeBSD$
-# $MCom: ports/x11/gnome-shell/Makefile,v 1.20 2011/01/25 14:45:54 kwm Exp $
+# $MCom: ports/x11/gnome-shell/Makefile,v 1.21 2011/02/02 00:29:39 kwm Exp $
#
PORTNAME= gnome-shell
@@ -41,4 +41,6 @@ GCONF_SCHEMAS= gnome-shell.schemas
MAN1= gnome-shell.1
+CONFIGURE_ARGS+=--enable-compile-warnings=no
+
.include <bsd.port.mk>