diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-10-17 07:38:29 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-10-17 07:38:29 +0000 |
commit | 3d842105de6d7ffdf65cc0a1ff6ae79ca173ec97 (patch) | |
tree | 7b5dbc435bdd55714ff5abca918b68a9effb9e67 /x11-libs/wxGTK/wxGTK-2.4.2.ebuild | |
parent | add python-2.2* that supports PYTHON_DONTCOMPILE and compiles modules with th... (diff) | |
download | gentoo-2-3d842105de6d7ffdf65cc0a1ff6ae79ca173ec97.tar.gz gentoo-2-3d842105de6d7ffdf65cc0a1ff6ae79ca173ec97.tar.bz2 gentoo-2-3d842105de6d7ffdf65cc0a1ff6ae79ca173ec97.zip |
reset LANG variable when doing ./configure
Diffstat (limited to 'x11-libs/wxGTK/wxGTK-2.4.2.ebuild')
-rw-r--r-- | x11-libs/wxGTK/wxGTK-2.4.2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-libs/wxGTK/wxGTK-2.4.2.ebuild b/x11-libs/wxGTK/wxGTK-2.4.2.ebuild index 94acfcb68f6a..75d767d8368a 100644 --- a/x11-libs/wxGTK/wxGTK-2.4.2.ebuild +++ b/x11-libs/wxGTK/wxGTK-2.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.4.2.ebuild,v 1.4 2003/10/09 08:05:40 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.4.2.ebuild,v 1.5 2003/10/17 07:38:24 liquidx Exp $ DESCRIPTION="GTK+ version of wxWindows, a cross-platform C++ GUI toolkit." SRC_URI="mirror://sourceforge/wxwindows/${P}.tar.bz2" @@ -42,6 +42,8 @@ src_unpack() { src_compile() { local myconf + export LANG='C' + myconf="${myconf} `use_with opengl`" myconf="${myconf} --with-gtk" myconf="${myconf} `use_enable debug`" |