summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Herbert <stuart@gentoo.org>2004-08-24 20:55:43 +0000
committerStuart Herbert <stuart@gentoo.org>2004-08-24 20:55:43 +0000
commit4047e093f9f2ea2700fb46c9a7b87af17083074a (patch)
treeb2dc1dfd63d94a9aeb340f78fd435e3bb91fb73b /eclass/confutils.eclass
parentver bump #61507 (diff)
downloadhistorical-4047e093f9f2ea2700fb46c9a7b87af17083074a.tar.gz
historical-4047e093f9f2ea2700fb46c9a7b87af17083074a.tar.bz2
historical-4047e093f9f2ea2700fb46c9a7b87af17083074a.zip
Added fix for when shared USE flag not defined
Diffstat (limited to 'eclass/confutils.eclass')
-rw-r--r--eclass/confutils.eclass6
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/confutils.eclass b/eclass/confutils.eclass
index de3e64fec5ee..37eeef11b56e 100644
--- a/eclass/confutils.eclass
+++ b/eclass/confutils.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/confutils.eclass,v 1.11 2004/08/21 09:46:18 stuart Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/confutils.eclass,v 1.12 2004/08/24 20:55:43 stuart Exp $
#
# eclass/confutils.eclass
# Utility functions to help with configuring a package
@@ -195,6 +195,8 @@ enable_extension_enable () {
if [ "$4+" != "+" ]; then
my_shared="${my_shared},$4"
fi
+ elif [ "$4+" != "+" ]; then
+ my_shared="=$4"
fi
else
if [ "$4+" != "+" ]; then
@@ -245,6 +247,8 @@ enable_extension_with () {
if [ "$4+" != "+" ]; then
my_shared="${my_shared},$4"
fi
+ elif [ "$4+" != "+" ]; then
+ my_shared="=$4"
fi
else
if [ "$4+" != "+" ]; then