diff options
Diffstat (limited to 'sys-devel/gcc/gcc-3.3.5.20050130.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-3.3.5.20050130.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys-devel/gcc/gcc-3.3.5.20050130.ebuild b/sys-devel/gcc/gcc-3.3.5.20050130.ebuild index 4f70a98262c4..ed2d03fea4e6 100644 --- a/sys-devel/gcc/gcc-3.3.5.20050130.ebuild +++ b/sys-devel/gcc/gcc-3.3.5.20050130.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.5.20050130.ebuild,v 1.2 2005/02/02 18:19:30 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.5.20050130.ebuild,v 1.3 2005/02/02 18:25:25 eradicator Exp $ GENTOO_TOOLCHAIN_BASE_URI="http://dev.gentoo.org/~eradicator/gcc/" #GCC_MANPAGE_VERSION="3.3.5" @@ -67,6 +67,10 @@ PDEPEND="sys-devel/gcc-config" src_unpack() { gcc_src_unpack + # bah + sed -e 's/3\.3\.6/3.3.5/' -i ${S}/gcc/version.c + + if [ -n "${PATCH_VER}" ] && use uclibc ; then mv ${S}/gcc-3.3.2/libstdc++-v3/config/os/uclibc ${S}/libstdc++-v3/config/os/ || die mv ${S}/gcc-3.3.2/libstdc++-v3/config/locale/uclibc ${S}/libstdc++-v3/config/locale/ || die |