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
commit9f8faaab9b17c39a91b7c8a274dd1051c3c02c3b (patch)
tree0282e6d8fcd46f8e861731012ed0e7bb5cf2d6ab /eclass/wxwidgets.eclass
parent(no commit message) (diff)
downloadhistorical-9f8faaab9b17c39a91b7c8a274dd1051c3c02c3b.tar.gz
historical-9f8faaab9b17c39a91b7c8a274dd1051c3c02c3b.tar.bz2
historical-9f8faaab9b17c39a91b7c8a274dd1051c3c02c3b.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:"