pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www MOZILLA_USE_GTK2 needs --disable-gnomevfs, so make...
details: https://anonhg.NetBSD.org/pkgsrc/rev/45cb42ff964f
branches: trunk
changeset: 491971:45cb42ff964f
user: abs <abs%pkgsrc.org@localhost>
date: Sat Apr 02 14:38:14 2005 +0000
description:
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).
diffstat:
www/firefox/Makefile | 3 +--
www/mozilla-gtk2/Makefile | 3 +--
www/mozilla/Makefile.common | 4 ++--
3 files changed, 4 insertions(+), 6 deletions(-)
diffs (50 lines):
diff -r d37b624c07ad -r 45cb42ff964f www/firefox/Makefile
--- a/www/firefox/Makefile Sat Apr 02 13:03:31 2005 +0000
+++ b/www/firefox/Makefile Sat Apr 02 14:38:14 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/03/31 19:55:09 drochner Exp $
+# $NetBSD: Makefile,v 1.14 2005/04/02 14:38:14 abs Exp $
MOZILLA= firefox
EXTRACT_SUFX= .tar.bz2
@@ -7,6 +7,5 @@
MOZILLA_USE_GTK2= # defined
MOZILLA_USE_XFT= YES
-CONFIGURE_ARGS+= --disable-gnomevfs
.include "../../www/firefox/Makefile-firefox.common"
diff -r d37b624c07ad -r 45cb42ff964f www/mozilla-gtk2/Makefile
--- a/www/mozilla-gtk2/Makefile Sat Apr 02 13:03:31 2005 +0000
+++ b/www/mozilla-gtk2/Makefile Sat Apr 02 14:38:14 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2005/04/01 08:59:12 abs Exp $
+# $NetBSD: Makefile,v 1.19 2005/04/02 14:38:15 abs Exp $
MOZILLA= mozilla-gtk2
MOZILLA_BIN= mozilla-bin
@@ -18,6 +18,5 @@
MOZILLA_USE_GTK2= # defined
MOZILLA_USE_XFT= YES
-CONFIGURE_ARGS+= --disable-gnomevfs
.include "../../www/mozilla/Makefile.common"
diff -r d37b624c07ad -r 45cb42ff964f www/mozilla/Makefile.common
--- a/www/mozilla/Makefile.common Sat Apr 02 13:03:31 2005 +0000
+++ b/www/mozilla/Makefile.common Sat Apr 02 14:38:14 2005 +0000
@@ -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 @@
.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"
Home |
Main Index |
Thread Index |
Old Index