diff options
author | Geert Bevin <gbevin@gentoo.org> | 2002-01-24 21:47:10 +0000 |
---|---|---|
committer | Geert Bevin <gbevin@gentoo.org> | 2002-01-24 21:47:10 +0000 |
commit | 4430b1e10829b2ca44657d47497b4ca3cfe24c83 (patch) | |
tree | d43fae309a3e13ba9528774f89a10d0efab710c1 /x11-libs | |
parent | Fixed nasty bug (diff) | |
download | historical-4430b1e10829b2ca44657d47497b4ca3cfe24c83.tar.gz historical-4430b1e10829b2ca44657d47497b4ca3cfe24c83.tar.bz2 historical-4430b1e10829b2ca44657d47497b4ca3cfe24c83.zip |
removed configure option for internationalization, wxGTK picks it up
automatically
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/wxGTK/wxGTK-2.3.2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-libs/wxGTK/wxGTK-2.3.2.ebuild b/x11-libs/wxGTK/wxGTK-2.3.2.ebuild index e50d1da013d9..72f0b7d11e77 100644 --- a/x11-libs/wxGTK/wxGTK-2.3.2.ebuild +++ b/x11-libs/wxGTK/wxGTK-2.3.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Tod Neidt <tneidt@fidnet.com> -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.3.2.ebuild,v 1.1 2002/01/02 16:54:11 verwilst Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.3.2.ebuild,v 1.2 2002/01/24 21:47:10 gbevin Exp $ S=${WORKDIR}/${P} @@ -59,7 +59,6 @@ src_compile() { use odbc && myconf="$myconf --with-odbc" #disabled by default use gif || myconf="$myconf --disable-gif" #enabled by default - use nls || myconf="$myconf --disable-intl" #enabled by default use opengl && myconf="$myconf --with-opengl" #disabled by default ./configure --infodir=/usr/share/info \ |