diff options
author | Armando Di Cianno <fafhrd@gentoo.org> | 2004-11-29 00:28:58 +0000 |
---|---|---|
committer | Armando Di Cianno <fafhrd@gentoo.org> | 2004-11-29 00:28:58 +0000 |
commit | 769d55c0885d26ea76f3d0be23f3f77ec3000316 (patch) | |
tree | b32003fbdc16195fbdf971646ffcad6e9798e53c /sys-devel/gcc/gcc-3.4.3-r1.ebuild | |
parent | Version bump. Closes bug #72563. (Manifest recommit) (diff) | |
download | gentoo-2-769d55c0885d26ea76f3d0be23f3f77ec3000316.tar.gz gentoo-2-769d55c0885d26ea76f3d0be23f3f77ec3000316.tar.bz2 gentoo-2-769d55c0885d26ea76f3d0be23f3f77ec3000316.zip |
Added patches for libffi to install into the correct target directories; ebuild is still KEYWORDS for no arches, as the ebuild needs more testing in general
Diffstat (limited to 'sys-devel/gcc/gcc-3.4.3-r1.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-3.4.3-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-devel/gcc/gcc-3.4.3-r1.ebuild b/sys-devel/gcc/gcc-3.4.3-r1.ebuild index 68749768223e..4061953388f3 100644 --- a/sys-devel/gcc/gcc-3.4.3-r1.ebuild +++ b/sys-devel/gcc/gcc-3.4.3-r1.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-devel/gcc/gcc-3.4.3-r1.ebuild,v 1.2 2004/11/27 23:13:25 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.3-r1.ebuild,v 1.3 2004/11/29 00:28:58 fafhrd Exp $ DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking" HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html" @@ -162,6 +162,7 @@ src_unpack() { # if you attempt to build gcj. if use objc && ! use gcj ; then epatch ${FILESDIR}/3.4.3/libffi-without-libgcj.patch + epatch ${FILESDIR}/3.4.3/libffi-nogcj-lib-path-fix.patch fi # If mips, and we DON'T want multilib, then rig gcc to only use n32 OR n64 |