summaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2010-01-31 07:24:40 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2010-01-31 07:24:40 +0800
commit6c062a7da7da351fc6e360d126e4eee4aaa31e18 (patch)
treee74a1b63de42afa54df1cdefa9dd09fffb571735 /deskutils
parent7474b828dd163c74d275e74f27031f94d5222d41 (diff)
downloadmarcuscom-ports-6c062a7da7da351fc6e360d126e4eee4aaa31e18.tar
marcuscom-ports-6c062a7da7da351fc6e360d126e4eee4aaa31e18.tar.gz
marcuscom-ports-6c062a7da7da351fc6e360d126e4eee4aaa31e18.tar.bz2
marcuscom-ports-6c062a7da7da351fc6e360d126e4eee4aaa31e18.tar.lz
marcuscom-ports-6c062a7da7da351fc6e360d126e4eee4aaa31e18.tar.xz
marcuscom-ports-6c062a7da7da351fc6e360d126e4eee4aaa31e18.tar.zst
marcuscom-ports-6c062a7da7da351fc6e360d126e4eee4aaa31e18.zip
Remove -Werror to fix the build on 6.X.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13540 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/gnome-utils/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/gnome-utils/Makefile b/deskutils/gnome-utils/Makefile
index 97e1c1857..06ca48712 100644
--- a/deskutils/gnome-utils/Makefile
+++ b/deskutils/gnome-utils/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/deskutils/gnome-utils/Makefile,v 1.145 2010/01/17 09:46:14 kwm Exp $
#
PORTNAME= gnome-utils
@@ -28,6 +28,7 @@ USE_LDCONFIG= yes
INSTALLS_ICONS= yes
USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel ltverhack
USE_AUTOTOOLS= libtool:22
+CONFIGURE_ARGS= --enable-maintainer-flags=no
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"