summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-08-03 04:26:22 +0000
committerMike Frysinger <vapier@gentoo.org>2003-08-03 04:26:22 +0000
commit63539ad912857353ed4e67d9040b7bde827d746a (patch)
tree932fefd1e18cc3718ff8dad9bb80e82fe2883f29 /net-www/mozilla/mozilla-1.1-r1.ebuild
parentadding metadata (diff)
downloadhistorical-63539ad912857353ed4e67d9040b7bde827d746a.tar.gz
historical-63539ad912857353ed4e67d9040b7bde827d746a.tar.bz2
historical-63539ad912857353ed4e67d9040b7bde827d746a.zip
$DEBUG -> use debug
Diffstat (limited to 'net-www/mozilla/mozilla-1.1-r1.ebuild')
-rw-r--r--net-www/mozilla/mozilla-1.1-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-www/mozilla/mozilla-1.1-r1.ebuild b/net-www/mozilla/mozilla-1.1-r1.ebuild
index 40266996f4d8..3b40d2d32c68 100644
--- a/net-www/mozilla/mozilla-1.1-r1.ebuild
+++ b/net-www/mozilla/mozilla-1.1-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.1-r1.ebuild,v 1.17 2003/03/11 21:11:46 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.1-r1.ebuild,v 1.18 2003/08/03 04:23:43 vapier Exp $
-IUSE="moznomail java mozp3p crypt ldap gtk2 mozinterfaceinfo ssl mozaccess mozxmlterm mozctl gnome mozsvg"
+IUSE="moznomail java mozp3p crypt ldap gtk2 mozinterfaceinfo ssl mozaccess mozxmlterm mozctl gnome mozsvg debug"
# NOTE: to build without the mail and news component: export NO_MAIL="YES"
inherit flag-o-matic makeedit nsplugins
@@ -147,7 +147,7 @@ src_compile() {
myconf="${myconf} --disable-ldap"
fi
- if [ -z "${DEBUG}" ] ; then
+ if [ -z "`use debug`" ] ; then
myconf="${myconf} --enable-strip-libs \
--disable-debug \
--disable-dtd-debug \