diff options
Diffstat (limited to 'x11-libs/wxGTK/wxGTK-2.4.2-r3.ebuild')
-rw-r--r-- | x11-libs/wxGTK/wxGTK-2.4.2-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/wxGTK/wxGTK-2.4.2-r3.ebuild b/x11-libs/wxGTK/wxGTK-2.4.2-r3.ebuild index f1a30655acf3..c45bc800ddc0 100644 --- a/x11-libs/wxGTK/wxGTK-2.4.2-r3.ebuild +++ b/x11-libs/wxGTK/wxGTK-2.4.2-r3.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-r3.ebuild,v 1.7 2005/05/02 17:57:03 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.4.2-r3.ebuild,v 1.8 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 \ |