From 9f8faaab9b17c39a91b7c8a274dd1051c3c02c3b Mon Sep 17 00:00:00 2001 From: Rob Cakebread Date: Mon, 16 Aug 2004 16:42:40 +0000 Subject: Updated wxwidgets with new variable WX_CONFIG_NAME --- eclass/wxwidgets.eclass | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'eclass/wxwidgets.eclass') 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 @@ -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:" -- cgit v1.2.3-65-gdbad