summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2001-09-29 21:03:25 +0000
committerDan Armak <danarmak@gentoo.org>2001-09-29 21:03:25 +0000
commit320c13a9e6d4ed298776c3359403483da3c7244f (patch)
tree8c0c4f96cb5170d6254600f0770c877d12684478 /eclass
parentUpdated mplayer and co (diff)
downloadhistorical-320c13a9e6d4ed298776c3359403483da3c7244f.tar.gz
historical-320c13a9e6d4ed298776c3359403483da3c7244f.tar.bz2
historical-320c13a9e6d4ed298776c3359403483da3c7244f.zip
deleted all references to the mitshm use flag, drobbins decided to get rid of it.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kde-base.eclass5
-rw-r--r--eclass/kde.eclass7
2 files changed, 5 insertions, 7 deletions
diff --git a/eclass/kde-base.eclass b/eclass/kde-base.eclass
index f76593bc3ff1..7f41d58a004d 100644
--- a/eclass/kde-base.eclass
+++ b/eclass/kde-base.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-base.eclass,v 1.6 2001/09/29 14:57:23 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde-base.eclass,v 1.7 2001/09/29 21:03:25 danarmak Exp $
# This is the kde ebuild for >=2.2.1 kde base packages. Don't use for kdelibs though :-)
# It can't be used for e.g. kdevelop, koffice because of their separate versionnig schemes.
. /usr/portage/eclass/inherit.eclass || die
@@ -36,8 +36,7 @@ kde-base_src_compile() {
myconf)
echo "in kde-base_src_compile, action is myconf"
use qtmt && myconf="$myconf --enable-mt"
- use mitshm && myconf="$myconf --enable-mitshm"
- use objprelink && myconf="$myconf --enable-objprelink"
+ use objprelink && myconf="$myconf --enable-objprelink" || myconf="$myconf --disable-objprelink"
;;
configure)
echo "in kde-base_src_compile, action is configure"
diff --git a/eclass/kde.eclass b/eclass/kde.eclass
index 09f0e94dfd2b..4448e5312cf0 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.6 2001/09/29 14:57:23 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.7 2001/09/29 21:03:25 danarmak Exp $
# This is the kde ebuild for std. kde-dependant apps which follow configure/make/make install
# procedures and have std. configure options. That includes kdevelop, koffice etc.
. /usr/portage/eclass/inherit.eclass || die
@@ -29,9 +29,8 @@ kde_src_compile() {
case $1 in
myconf)
echo "in kde_src_compile, action is myconf"
- use qtmt && myconf="$myconf --enable-mt"
- use mitshm && myconf="$myconf --enable-mitshm"
- use objprelink && myconf="$myconf --enable-objprelink"
+ use qtmt && myconf="$myconf --enable-mt"
+ use objprelink && myconf="$myconf --enable-objprelink" || myconf="$myconf --disable-objprelink"
;;
configure)
echo "in kde_src_compile, action is configure"