diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-20 00:51:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-20 00:51:46 +0000 |
commit | aa5c6151d24a21d23bc2a9bb05463780b10f8c08 (patch) | |
tree | 84a037e1aaebfc9df220fc0e9d8bc23d7554a34e /sys-devel | |
parent | Add modular X deps by Marcelo Goes #115988. (diff) | |
download | gentoo-2-aa5c6151d24a21d23bc2a9bb05463780b10f8c08.tar.gz gentoo-2-aa5c6151d24a21d23bc2a9bb05463780b10f8c08.tar.bz2 gentoo-2-aa5c6151d24a21d23bc2a9bb05463780b10f8c08.zip |
oops, dont want to apply softfloat patch all the time
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/gcc-4.0.2-r3.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys-devel/gcc/gcc-4.0.2-r3.ebuild b/sys-devel/gcc/gcc-4.0.2-r3.ebuild index eb96eb9b2762..78ecea59aafe 100644 --- a/sys-devel/gcc/gcc-4.0.2-r3.ebuild +++ b/sys-devel/gcc/gcc-4.0.2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.0.2-r3.ebuild,v 1.5 2006/01/14 02:34:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.0.2-r3.ebuild,v 1.6 2006/01/20 00:51:46 vapier Exp $ PATCH_VER="1.5" PATCH_GCC_VER="4.0.2" @@ -63,7 +63,5 @@ src_unpack() { # Fix cross-compiling epatch "${FILESDIR}"/4.0.2/gcc-4.0.2-cross-compile.patch -# [[ ${CTARGET} == *-softfloat-* ]] && -epatch "${FILESDIR}"/4.0.2/gcc-4.0.2-softfloat.patch + [[ ${CTARGET} == *-softfloat-* ]] && epatch "${FILESDIR}"/4.0.2/gcc-4.0.2-softfloat.patch } - |