diff options
author | Travis Tilley <lv@gentoo.org> | 2004-11-11 02:29:50 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-11-11 02:29:50 +0000 |
commit | 5fb7fcdbf91c27a9d7d1238e0912d03cf83fb4a1 (patch) | |
tree | d303236640654e6916d0fdf5f32a9dc54d6486b1 /sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild | |
parent | initial import for redland (Manifest recommit) (diff) | |
download | gentoo-2-5fb7fcdbf91c27a9d7d1238e0912d03cf83fb4a1.tar.gz gentoo-2-5fb7fcdbf91c27a9d7d1238e0912d03cf83fb4a1.tar.bz2 gentoo-2-5fb7fcdbf91c27a9d7d1238e0912d03cf83fb4a1.zip |
remove a patch that's no longer needed because the bug it attempted to work around no longer exists
Diffstat (limited to 'sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild b/sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild index 7305e23f2eae..b005fd95c7ff 100644 --- a/sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild +++ b/sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild,v 1.2 2004/11/10 09:20:22 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild,v 1.3 2004/11/11 02:29:50 lv Exp $ inherit eutils flag-o-matic gcc @@ -287,11 +287,6 @@ src_unpack() { epatch ${FILESDIR}/2.3.3/${LOCAL_P}-propolice-guard-functions-v3.patch cp ${FILESDIR}/2.3.3/ssp.c ${S}/sysdeps/unix/sysv/linux || \ die "failed to copy ssp.c to ${S}/sysdeps/unix/sysv/linux/" - # gcc 3.4 nukes ssp without this patch - if [ "`gcc-major-version`" -ge "3" -a "`gcc-minor-version`" -ge "4" ] - then - epatch ${FILESDIR}/2.3.3/glibc-2.3.3-ssp-gcc34-after-frandom.patch - fi fi # sparc fails when building the components for the normal crt1.o |