From 5767dfec3f57276c46b26716b3fb57721b7a5401 Mon Sep 17 00:00:00 2001 From: abs Date: Sat, 2 Apr 2005 14:38:14 +0000 Subject: MOZILLA_USE_GTK2 needs --disable-gnomevfs, so make this so in mozilla/Makefile.common, rather than adding it into each Makefile (also fixes thunderbird-gtk2). --- www/mozilla/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/mozilla') diff --git a/www/mozilla/Makefile.common b/www/mozilla/Makefile.common index 7a42811cbc2..eef2d30854f 100644 --- a/www/mozilla/Makefile.common +++ b/www/mozilla/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.50 2005/04/02 09:46:41 abs Exp $ +# $NetBSD: Makefile.common,v 1.51 2005/04/02 14:38:14 abs Exp $ MOZ_DIST_VER?= ${MOZ_VER} DISTNAME?= mozilla-source-${MOZ_DIST_VER} @@ -52,7 +52,7 @@ UNLIMIT_RESOURCES= datasize memorysize stacksize .include "../../devel/pkgconfig/buildlink3.mk" .include "../../net/libIDL/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" -CONFIGURE_ARGS+= --enable-default-toolkit=gtk2 +CONFIGURE_ARGS+= --enable-default-toolkit=gtk2 --disable-gnomevfs .else .include "../../graphics/gdk-pixbuf/buildlink3.mk" .include "../../net/ORBit/buildlink3.mk" -- cgit v1.2.3