[Lunar-commits] r15180 - moonbase/trunk/web/firefox
Moritz Heiber
moe at lunar-linux.org
Tue May 31 11:26:26 UTC 2005
Author: moe
Date: 2005-05-31 11:26:25 +0000 (Tue, 31 May 2005)
New Revision: 15180
Modified:
moonbase/trunk/web/firefox/BUILD
moonbase/trunk/web/firefox/DEPENDS
Log:
--disable-gnomevfs is needed .. ripped out the extension since it
causes errors on non-gnome systems with a few gnome libs installed
Modified: moonbase/trunk/web/firefox/BUILD
===================================================================
--- moonbase/trunk/web/firefox/BUILD 2005-05-31 09:33:38 UTC (rev 15179)
+++ moonbase/trunk/web/firefox/BUILD 2005-05-31 11:26:25 UTC (rev 15180)
@@ -5,12 +5,8 @@
MOZILLA_HOME=/usr/lib/$MODULE-$VERSION
- MOZ_EXTENSIONS="cookie,xml-rpc,xmlextras,pref,transformiix,universalchardet,webservices,inspector"
+ MOZ_EXTENSIONS="cookie,xml-rpc,xmlextras,pref,transformiix,universalchardet,webservices"
- if in_depends gnome-vfs2 ; then
- MOZ_EXTENSIONS="${MOZ_EXTENSIONS},gnomevfs"
- fi &&
-
if in_depends heimdal ; then
MOZ_EXTENSIONS="${MOZ_EXTENSIONS},negotiateauth"
else
Modified: moonbase/trunk/web/firefox/DEPENDS
===================================================================
--- moonbase/trunk/web/firefox/DEPENDS 2005-05-31 09:33:38 UTC (rev 15179)
+++ moonbase/trunk/web/firefox/DEPENDS 2005-05-31 11:26:25 UTC (rev 15180)
@@ -7,7 +7,10 @@
depends cairo &&
optional_depends "flash-plugin" "" "" "to enable shockwave flash" &&
-optional_depends "gnome-vfs2" "" "" "for Gnome VFS support" &&
+optional_depends "gnome-vfs2" "" \
+ "--disable-gnomevfs" \
+ "for Gnome VFS support" &&
+
optional_depends heimdal \
"--with-gssapi=/usr/include/heimdal" \
"" \
More information about the Lunar-commits
mailing list