diff options
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/gcc-3.4.1-r2.ebuild | 8 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-3.4.1-r3.ebuild | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/sys-devel/gcc/gcc-3.4.1-r2.ebuild b/sys-devel/gcc/gcc-3.4.1-r2.ebuild index c91b7f6d0267..866b48ffe11d 100644 --- a/sys-devel/gcc/gcc-3.4.1-r2.ebuild +++ b/sys-devel/gcc/gcc-3.4.1-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-devel/gcc/gcc-3.4.1-r2.ebuild,v 1.16 2004/09/06 20:51:19 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.1-r2.ebuild,v 1.17 2004/09/26 02:02:07 lv Exp $ IUSE="static nls bootstrap build multilib gcj gtk f77 objc hardened uclibc n32 n64" @@ -483,8 +483,6 @@ src_unpack() { fi cd ${S} - # Fixup libtool to correctly generate .la files with portage - elibtoolize --portage --shallow # Branch update ... if [ -n "${BRANCH_UPDATE}" ] @@ -534,7 +532,9 @@ src_unpack() { # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14992 (May 3 2004) sed -i -e s/HAVE_LD_AS_NEEDED/USE_LD_AS_NEEDED/g ${S}/gcc/config.in - use uclibc && gnuconfig_update + gnuconfig_update + # Fixup libtool to correctly generate .la files with portage + elibtoolize --portage --shallow cd ${S}; ./contrib/gcc_update --touch &> /dev/null } diff --git a/sys-devel/gcc/gcc-3.4.1-r3.ebuild b/sys-devel/gcc/gcc-3.4.1-r3.ebuild index 50a2284e01f4..1a78ceae8b96 100644 --- a/sys-devel/gcc/gcc-3.4.1-r3.ebuild +++ b/sys-devel/gcc/gcc-3.4.1-r3.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.1-r3.ebuild,v 1.3 2004/09/24 00:31:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.1-r3.ebuild,v 1.4 2004/09/26 02:02:07 lv Exp $ IUSE="static nls bootstrap build multilib gcj gtk f77 objc hardened uclibc n32 n64" @@ -490,8 +490,6 @@ src_unpack() { fi cd ${S} - # Fixup libtool to correctly generate .la files with portage - elibtoolize --portage --shallow # Branch update ... if [ -n "${BRANCH_UPDATE}" ] @@ -542,7 +540,9 @@ src_unpack() { # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14992 (May 3 2004) sed -i -e s/HAVE_LD_AS_NEEDED/USE_LD_AS_NEEDED/g ${S}/gcc/config.in - use uclibc && gnuconfig_update + gnuconfig_update + # Fixup libtool to correctly generate .la files with portage + elibtoolize --portage --shallow cd ${S}; ./contrib/gcc_update --touch &> /dev/null } |