summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Tilley <lv@gentoo.org>2004-09-25 18:51:39 +0000
committerTravis Tilley <lv@gentoo.org>2004-09-25 18:51:39 +0000
commit7a998e96f9d6f95ff65dbf7b2e3f84cde005a634 (patch)
tree51dda6169a079450ae2cac92e07dbadd2df3339e /sys-devel/gcc/gcc-3.3.4-r2.ebuild
parentremoval of pcmcia-cs-drivers, never happened (diff)
downloadhistorical-7a998e96f9d6f95ff65dbf7b2e3f84cde005a634.tar.gz
historical-7a998e96f9d6f95ff65dbf7b2e3f84cde005a634.tar.bz2
historical-7a998e96f9d6f95ff65dbf7b2e3f84cde005a634.zip
update uclibc patched ebuilds to work properly with recent libtool eclass changes
Diffstat (limited to 'sys-devel/gcc/gcc-3.3.4-r2.ebuild')
-rw-r--r--sys-devel/gcc/gcc-3.3.4-r2.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/sys-devel/gcc/gcc-3.3.4-r2.ebuild b/sys-devel/gcc/gcc-3.3.4-r2.ebuild
index 3f1d9df5ac09..d85eda4937b9 100644
--- a/sys-devel/gcc/gcc-3.3.4-r2.ebuild
+++ b/sys-devel/gcc/gcc-3.3.4-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.3.4-r2.ebuild,v 1.1 2004/09/19 21:20:02 tigger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.4-r2.ebuild,v 1.2 2004/09/25 18:51:39 lv Exp $
inherit eutils flag-o-matic libtool gnuconfig
@@ -303,8 +303,6 @@ src_unpack() {
fi
cd ${S}
- # Fixup libtool to correctly generate .la files with portage
- elibtoolize --portage --shallow
# Branch update ...
if [ -n "${BRANCH_UPDATE}" ]
@@ -416,7 +414,11 @@ src_unpack() {
epatch ${FILESDIR}/3.3.4/gcc-3.3.4-spec-env.patch
- use uclibc && gnuconfig_update
+ cd ${S}
+ # Fixup libtool to correctly generate .la files with portage
+ elibtoolize --portage --shallow
+
+ gnuconfig_update
cd ${S}; ./contrib/gcc_update --touch &> /dev/null
}