summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorRob Cakebread <pythonhead@gentoo.org>2005-01-11 00:02:00 +0000
committerRob Cakebread <pythonhead@gentoo.org>2005-01-11 00:02:00 +0000
commitaad71ec6988f85a6834eca2462b1e6a6dd6e56f2 (patch)
tree568a1f706cdf02a97f93e9e16ec56a227c2c961e /eclass
parentPreserve ${ABI}. (Manifest recommit) (diff)
downloadgentoo-2-aad71ec6988f85a6834eca2462b1e6a6dd6e56f2.tar.gz
gentoo-2-aad71ec6988f85a6834eca2462b1e6a6dd6e56f2.tar.bz2
gentoo-2-aad71ec6988f85a6834eca2462b1e6a6dd6e56f2.zip
Fixed debug in wxwidgets.eclass
Diffstat (limited to 'eclass')
-rw-r--r--eclass/wxwidgets.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/wxwidgets.eclass b/eclass/wxwidgets.eclass
index 1262756d248b..be0443036541 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.4 2004/11/13 02:50:53 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/wxwidgets.eclass,v 1.5 2005/01/11 00:02:00 pythonhead Exp $
#
# Author Rob Cakebread <pythonhead@gentoo.org>
@@ -53,7 +53,7 @@ set-wxconfig() {
wxconfig_prefix="/usr/lib/wx/config"
wxconfig_name="${1}-release-${WX_GTK_VER}"
wxconfig="${wxconfig_prefix}/${wxconfig_name}"
- wxconfig_debug_name="${1}d-release-${WX_GTK_VER}"
+ wxconfig_debug_name="${1}-debug-${WX_GTK_VER}"
wxconfig_debug="${wxconfig_prefix}/${wxconfig_debug_name}"
else
# Default is 2.4: