summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Cakebread <pythonhead@gentoo.org>2004-08-16 16:42:40 +0000
committerRob Cakebread <pythonhead@gentoo.org>2004-08-16 16:42:40 +0000
commit784c432ef4a322bf85a6691581d5962e6a877e91 (patch)
tree598e17c322d0eeffd7b9a9741b96d30e9ae4abcb /eclass/wxwidgets.eclass
parent (Manifest recommit) (diff)
downloadgentoo-2-784c432ef4a322bf85a6691581d5962e6a877e91.tar.gz
gentoo-2-784c432ef4a322bf85a6691581d5962e6a877e91.tar.bz2
gentoo-2-784c432ef4a322bf85a6691581d5962e6a877e91.zip
Updated wxwidgets with new variable WX_CONFIG_NAME
Diffstat (limited to 'eclass/wxwidgets.eclass')
-rw-r--r--eclass/wxwidgets.eclass7
1 files changed, 6 insertions, 1 deletions
diff --git a/eclass/wxwidgets.eclass b/eclass/wxwidgets.eclass
index 06ca52a2bbca..b3671e0eba00 100644
--- a/eclass/wxwidgets.eclass
+++ b/eclass/wxwidgets.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/wxwidgets.eclass,v 1.2 2004/08/07 03:40:19 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/wxwidgets.eclass,v 1.3 2004/08/16 16:42:40 pythonhead Exp $
#
# Author Rob Cakebread <pythonhead@gentoo.org>
@@ -42,9 +42,14 @@ set-wxconfig() {
if [ -e ${wxconfig} ] ; then
export WX_CONFIG=${wxconfig}
+ export WX_CONFIG_NAME="${1}-${wxgtk_ver}-config"
+ export WXBASE_CONFIG_NAME="${1}-${wxgtk_ver}-config"
+ echo ${WX_CONFIG_NAME}
echo " * Using ${wxconfig}"
elif [ -e ${wxconfig_debug} ] ; then
export WX_CONFIG=${wxconfig_debug}
+ export WX_CONFIG_NAME="${1}d-${wxgtk_ver}-config"
+ export WXBASE_CONFIG_NAME="${1}d-${wxgtk_ver}-config"
echo " * Using ${wxconfig_debug}"
else
echo "!!! $FUNCNAME: Error: Can't find normal or debug version:"