summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Verwilst <verwilst@gentoo.org>2002-06-05 17:52:35 +0000
committerBart Verwilst <verwilst@gentoo.org>2002-06-05 17:52:35 +0000
commit018a037b7538fa38ab3b506005be4f78a062a371 (patch)
tree42d5d176a23215799d850b2c13256902f743c74f
parentNew Gnome2 revision. (diff)
downloadgentoo-2-018a037b7538fa38ab3b506005be4f78a062a371.tar.gz
gentoo-2-018a037b7538fa38ab3b506005be4f78a062a371.tar.bz2
gentoo-2-018a037b7538fa38ab3b506005be4f78a062a371.zip
arch fixor
-rw-r--r--sys-libs/glibc/glibc-2.2.5-r4.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.2.5-r4.ebuild b/sys-libs/glibc/glibc-2.2.5-r4.ebuild
index ecc532a96cd5..cb02df9be66b 100644
--- a/sys-libs/glibc/glibc-2.2.5-r4.ebuild
+++ b/sys-libs/glibc/glibc-2.2.5-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.2.5-r4.ebuild,v 1.2 2002/06/05 16:27:24 verwilst Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.2.5-r4.ebuild,v 1.3 2002/06/05 17:52:35 verwilst Exp $
S=${WORKDIR}/${P}
DESCRIPTION="GNU libc6 (also called glibc2) C library"
@@ -64,11 +64,13 @@ src_unpack() {
# cd ${S}
# patch -p1 < ${FILESDIR}/glibc-2.2.4-glob-overflow.diff || die
+ if [ ${ARCH} == "x86" ]; then
# This patch fixes the nvidia-glx probs, openoffice and vmware probs and such..
# http://sources.redhat.com/ml/libc-hacker/2002-02/msg00152.html
cd ${S}
patch -p1 < ${FILESDIR}/glibc-divdi3.diff || die
-
+ fi
+
}
src_compile() {