summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Volynets <iluxa@gentoo.org>2004-05-04 20:53:07 +0000
committerIlya Volynets <iluxa@gentoo.org>2004-05-04 20:53:07 +0000
commit8538fd9afdf8e01dee850e9bc93a03bc06a09274 (patch)
treeb1a47b6e60054058efb7a1409b4a314bae5b55bf /sys-libs/glibc/glibc-2.3.3_pre20040420.ebuild
parentfix typo (Manifest recommit) (diff)
downloadgentoo-2-8538fd9afdf8e01dee850e9bc93a03bc06a09274.tar.gz
gentoo-2-8538fd9afdf8e01dee850e9bc93a03bc06a09274.tar.bz2
gentoo-2-8538fd9afdf8e01dee850e9bc93a03bc06a09274.zip
- Remove unneeded patches
- Add patch by Thiemo Seufer to include <sgidefs.h> into all files that use _MIPS_SIM. This is required for use with gcc-3.4. Original can be found at http://lists.debian.org/debian-glibc/2003/debian-glibc-200312/msg00201.html - Add compile fix to sysdeps/mips/dl-machine.h - mark as ~mips
Diffstat (limited to 'sys-libs/glibc/glibc-2.3.3_pre20040420.ebuild')
-rw-r--r--sys-libs/glibc/glibc-2.3.3_pre20040420.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-libs/glibc/glibc-2.3.3_pre20040420.ebuild b/sys-libs/glibc/glibc-2.3.3_pre20040420.ebuild
index 1e4f6fd883a9..1e823eb2126b 100644
--- a/sys-libs/glibc/glibc-2.3.3_pre20040420.ebuild
+++ b/sys-libs/glibc/glibc-2.3.3_pre20040420.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 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.3_pre20040420.ebuild,v 1.4 2004/04/29 08:10:28 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.3_pre20040420.ebuild,v 1.5 2004/05/04 20:53:07 iluxa Exp $
IUSE="nls pic build nptl"
@@ -58,7 +58,7 @@ SRC_URI="http://ftp.gnu.org/gnu/glibc/glibc-${MY_PV}.tar.bz2
hppa? ( mirror://gentoo/${PN}-${MY_PV}-hppa-patches-p1.tar.bz2 )"
HOMEPAGE="http://www.gnu.org/software/libc/libc.html"
-KEYWORDS="~x86 -mips ~sparc ~amd64 -hppa ~alpha ~ia64 ~ppc"
+KEYWORDS="~x86 ~mips ~sparc ~amd64 -hppa ~alpha ~ia64 ~ppc"
SLOT="2.2"
LICENSE="LGPL-2"
@@ -379,11 +379,12 @@ src_unpack() {
then
cd ${S}
epatch ${FILESDIR}/2.3.1/${PN}-2.3.1-fpu-cw-mips.patch
- epatch ${FILESDIR}/2.3.1/${PN}-2.3.1-libgcc-compat-mips.patch
epatch ${FILESDIR}/2.3.1/${PN}-2.3.1-librt-mips.patch
epatch ${FILESDIR}/2.3.2/${LOCAL_P}-mips-add-n32-n64-sysdep-cancel.patch
epatch ${FILESDIR}/2.3.2/${LOCAL_P}-mips-configure-for-n64-symver.patch
epatch ${FILESDIR}/2.3.2/${LOCAL_P}-mips-pread-linux2.5.patch
+ epatch ${FILESDIR}/2.3.3/${PN}-2.3.3_pre20040420-mips-dl-machine-calls.diff
+ epatch ${FILESDIR}/2.3.3/${PN}-2.3.3_pre20040420-mips-incl-sgidefs.diff
fi
if [ "${ARCH}" = "alpha" ]