summaryrefslogtreecommitdiff
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
commit48cfba41ecfeeb7fe14361f332f83706974630ac (patch)
tree619d805362ba140464b28ee00e0da3a7f8fc5c3e /eclass/wxwidgets.eclass
parentPreserve ${ABI}. (diff)
downloadhistorical-48cfba41ecfeeb7fe14361f332f83706974630ac.tar.gz
historical-48cfba41ecfeeb7fe14361f332f83706974630ac.tar.bz2
historical-48cfba41ecfeeb7fe14361f332f83706974630ac.zip
Fixed debug in wxwidgets.eclass
Diffstat (limited to 'eclass/wxwidgets.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: