summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2002-03-07 17:54:47 +0000
committerDan Armak <danarmak@gentoo.org>2002-03-07 17:54:47 +0000
commitc5b1965778daf0d2a08888cd1b8bc9c5dad7a4e3 (patch)
tree8a26848a0c3e120ee66434654d460b66026fb1d8 /eclass/kde.eclass
parentupdated too new version 3.1 and removed old versions that had the (diff)
downloadgentoo-2-c5b1965778daf0d2a08888cd1b8bc9c5dad7a4e3.tar.gz
gentoo-2-c5b1965778daf0d2a08888cd1b8bc9c5dad7a4e3.tar.bz2
gentoo-2-c5b1965778daf0d2a08888cd1b8bc9c5dad7a4e3.zip
added --with/without-debug to --enable/disable-debug. some configure scripts might use either or
both.
Diffstat (limited to 'eclass/kde.eclass')
-rw-r--r--eclass/kde.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde.eclass b/eclass/kde.eclass
index 9984d4ec8fdc..54073705783a 100644
--- a/eclass/kde.eclass
+++ b/eclass/kde.eclass
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Dan Armak <danarmak@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.41 2002/02/18 18:29:19 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.42 2002/03/07 17:54:47 danarmak Exp $
# The kde eclass is inherited by all kde-* eclasses. Few ebuilds inherit straight from here.
inherit base
ECLASS=kde
@@ -28,7 +28,7 @@ kde_src_compile() {
*) echo "!!! $ECLASS: $FUNCNAME: myconf: could not set --prefix based on \$KDEMAJOVER=\"$KDEMAJORVER\"" && exit 1;;
esac
use qtmt && myconf="$myconf --enable-mt"
- [ -n "$DEBUG" ] && myconf="$myconf --enable-debug" || myconf="$myconf --disable-debug"
+ [ -n "$DEBUG" ] && myconf="$myconf --enable-debug --with-debug" || myconf="$myconf --disable-debug --without-debug"
debug-print "$FUNCNAME: myconf: set to ${myconf}"
;;
configure)