summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-08-18 16:26:35 +0000
committerAron Griffis <agriffis@gentoo.org>2004-08-18 16:26:35 +0000
commit8df8d305f7a16cd3dceb4990c7ae3fcb2c94650c (patch)
tree58a0674265a55a13d03244a2988382718ceb64e9 /eclass/mozilla.eclass
parentCloses bug 52964, assists bug 35725 (Manifest recommit) (diff)
downloadgentoo-2-8df8d305f7a16cd3dceb4990c7ae3fcb2c94650c.tar.gz
gentoo-2-8df8d305f7a16cd3dceb4990c7ae3fcb2c94650c.tar.bz2
gentoo-2-8df8d305f7a16cd3dceb4990c7ae3fcb2c94650c.zip
Fix bug 60668: Galeon doesn't build without oji enabled, so enable it regardless of USE=java
Diffstat (limited to 'eclass/mozilla.eclass')
-rw-r--r--eclass/mozilla.eclass6
1 files changed, 4 insertions, 2 deletions
diff --git a/eclass/mozilla.eclass b/eclass/mozilla.eclass
index 66944ff252fa..4bfd282544ef 100644
--- a/eclass/mozilla.eclass
+++ b/eclass/mozilla.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mozilla.eclass,v 1.11 2004/08/11 19:41:24 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozilla.eclass,v 1.12 2004/08/18 16:26:35 agriffis Exp $
ECLASS=mozilla
INHERITED="$INHERITED $ECLASS"
@@ -227,7 +227,9 @@ mozilla_conf() {
# Some browser-only flags
if ${MOZ} || ${FF}; then
- myconf="${myconf} $(mozilla_use_enable java oji)"
+ # Bug 60668: Galeon doesn't build without oji enabled, so enable it
+ # regardless of java setting.
+ myconf="${myconf} --enable-oji"
else
mozilla_annotate "n/a on ${PN}" --disable-oji
fi