diff options
author | Stefan Jones <cretin@gentoo.org> | 2005-07-31 02:55:21 +0000 |
---|---|---|
committer | Stefan Jones <cretin@gentoo.org> | 2005-07-31 02:55:21 +0000 |
commit | 8c0249db18b16f9e96285929b91b0969993f931e (patch) | |
tree | a08e57fd38b67002a1904e7bbbdd4e858b95d953 /dev-util | |
parent | New Version (diff) | |
download | gentoo-2-8c0249db18b16f9e96285929b91b0969993f931e.tar.gz gentoo-2-8c0249db18b16f9e96285929b91b0969993f931e.tar.bz2 gentoo-2-8c0249db18b16f9e96285929b91b0969993f931e.zip |
changed by mistake
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/xmingw-gcc/xmingw-gcc-3.4.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/xmingw-gcc/xmingw-gcc-3.4.2-r1.ebuild b/dev-util/xmingw-gcc/xmingw-gcc-3.4.2-r1.ebuild index 2c84578280e9..9cd9afef6d4e 100644 --- a/dev-util/xmingw-gcc/xmingw-gcc-3.4.2-r1.ebuild +++ b/dev-util/xmingw-gcc/xmingw-gcc-3.4.2-r1.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/dev-util/xmingw-gcc/xmingw-gcc-3.4.2-r1.ebuild,v 1.2 2005/07/31 02:53:33 cretin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/xmingw-gcc/xmingw-gcc-3.4.2-r1.ebuild,v 1.3 2005/07/31 02:55:21 cretin Exp $ MY_P=${P/xmingw-/} S=${WORKDIR}/${MY_P} @@ -73,7 +73,7 @@ src_compile() { --disable-win32-registry \ --enable-sjlj-exceptions \ --without-x \ - --with-newlib \ + --without-newlib \ ${myconf} \ || die "configure failed" |