diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2005-05-02 20:04:10 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2005-05-02 20:04:10 +0000 |
commit | b5a216a936ec17469bcaca313911090e9f40c726 (patch) | |
tree | 8d1025df3378579daa3be0bdee8d876903cb72c5 /x11-libs/wxGTK/wxGTK-2.4.2-r4.ebuild | |
parent | Marking ~amd64 with reference to Bug:91199 (diff) | |
download | historical-b5a216a936ec17469bcaca313911090e9f40c726.tar.gz historical-b5a216a936ec17469bcaca313911090e9f40c726.tar.bz2 historical-b5a216a936ec17469bcaca313911090e9f40c726.zip |
Fixed odbc in gtk2 bug# 83417
Package-Manager: portage-2.0.51.20-r5
Diffstat (limited to 'x11-libs/wxGTK/wxGTK-2.4.2-r4.ebuild')
-rw-r--r-- | x11-libs/wxGTK/wxGTK-2.4.2-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/wxGTK/wxGTK-2.4.2-r4.ebuild b/x11-libs/wxGTK/wxGTK-2.4.2-r4.ebuild index dd193e67377f..0a7a50d672e2 100644 --- a/x11-libs/wxGTK/wxGTK-2.4.2-r4.ebuild +++ b/x11-libs/wxGTK/wxGTK-2.4.2-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.4.2-r4.ebuild,v 1.1 2005/05/02 17:57:03 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.4.2-r4.ebuild,v 1.2 2005/05/02 20:04:10 pythonhead Exp $ inherit flag-o-matic eutils gnuconfig multilib toolchain-funcs @@ -89,7 +89,7 @@ src_compile() { einfo "Building gtk2 version" mkdir build_gtk2 cd build_gtk2 - ../configure ${myconf} \ + ../configure ${myconf} `use_with odbc` \ --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ |