diff options
author | Matt Rickard <frogger@gentoo.org> | 2003-07-14 18:15:43 +0000 |
---|---|---|
committer | Matt Rickard <frogger@gentoo.org> | 2003-07-14 18:15:43 +0000 |
commit | 26a51bd4413af3ba2f5d496fc3c4c58a09cb716d (patch) | |
tree | 09ce2104a03deb963aea99e16f5eb4f3ccd7b5ca /sys-devel/gcc/gcc-3.3.ebuild | |
parent | Cleaned up old ProPolice patches (diff) | |
download | gentoo-2-26a51bd4413af3ba2f5d496fc3c4c58a09cb716d.tar.gz gentoo-2-26a51bd4413af3ba2f5d496fc3c4c58a09cb716d.tar.bz2 gentoo-2-26a51bd4413af3ba2f5d496fc3c4c58a09cb716d.zip |
Cleaned up old ProPolice patches
Diffstat (limited to 'sys-devel/gcc/gcc-3.3.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-3.3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-3.3.ebuild b/sys-devel/gcc/gcc-3.3.ebuild index e9df72f7eeb0..2d9431912e39 100644 --- a/sys-devel/gcc/gcc-3.3.ebuild +++ b/sys-devel/gcc/gcc-3.3.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/sys-devel/gcc/gcc-3.3.ebuild,v 1.4 2003/06/22 05:30:30 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.ebuild,v 1.5 2003/07/14 18:15:27 frogger Exp $ IUSE="static nls bootstrap java build X" @@ -203,7 +203,6 @@ src_unpack() { then # ProPolice Stack Smashing protection - protector-3.2.2-7 epatch ${WORKDIR}/protector.dif - epatch ${FILESDIR}/3.2.2/protector_parallel_make.patch cp ${WORKDIR}/protector.c ${WORKDIR}/${P}/gcc/ || die "protector.c not found" cp ${WORKDIR}/protector.h ${WORKDIR}/${P}/gcc/ || die "protector.h not found" version_patch ${FILESDIR}/3.3/gcc33-propolice-version.patch |