From f98211f3fde5021c381a6a132768ef4b30db57d7 Mon Sep 17 00:00:00 2001 From: Martin Schlemmer Date: Sun, 18 May 2003 22:24:31 +0000 Subject: new version; gcc-3.3 fixes --- sys-libs/glibc/glibc-2.3.2-r1.ebuild | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'sys-libs/glibc/glibc-2.3.2-r1.ebuild') diff --git a/sys-libs/glibc/glibc-2.3.2-r1.ebuild b/sys-libs/glibc/glibc-2.3.2-r1.ebuild index 3995b119cd0a..c042983f439e 100644 --- a/sys-libs/glibc/glibc-2.3.2-r1.ebuild +++ b/sys-libs/glibc/glibc-2.3.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.2-r1.ebuild,v 1.5 2003/05/14 20:30:20 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.2-r1.ebuild,v 1.6 2003/05/18 22:22:50 azarah Exp $ IUSE="nls pic build nptl" @@ -34,7 +34,7 @@ strip-flags export CFLAGS="${CFLAGS//-O?} -O2" export CXXFLAGS="${CFLAGS}" -NPTL_VER="0.29" +NPTL_VER="0.28" # Minimum kernel version for --enable-kernel export MIN_KV="2.4.1" @@ -56,11 +56,11 @@ HOMEPAGE="http://www.gnu.org/software/libc/libc.html" KEYWORDS="~x86 ~ppc -sparc ~alpha ~hppa ~arm" # Is 99% compadible, just some .a's bork SLOT="2.2" -LICENSE="GPL-2" +LICENSE="LGPL-2" # Portage-1.8.9 needed for smart library merging feature (avoids segfaults on glibc upgrade) # Drobbins, 18 Mar 2002: we now rely on the system profile to select the correct linus-headers -DEPEND=">=sys-devel/gcc-3.2.2 +DEPEND="=sys-devel/gcc-3.2* nptl? ( >=sys-devel/gcc-3.2.2-r1 ) mips? >=sys-devel/binutils-2.13.90.0.16 : >=sys-devel/binutils-2.13.90.0.18 virtual/os-headers @@ -294,6 +294,13 @@ src_unpack() { # (6 Apr 2003). cd ${S}; epatch ${FILESDIR}/${PV}/${P}-dl-reloc-calc-fix.patch + # Fix compilation with gcc-3.3 + # + # http://sources.redhat.com/ml/libc-alpha/2003-03/msg00052.html + # + # (18 May 2003). + cd ${S}; epatch ${FILESDIR}/${PV}/${P}-gcc33-sscanf.patch + # A few patches only for the MIPS platform. Descriptions of what they # do can be found in the patch headers. # thx (11 Jan 2003) -- cgit v1.2.3-65-gdbad