summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-12-09 20:32:58 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-12-09 20:32:58 +0000
commit53006c8ee0f3a63eb985ef6e602a892647d609df (patch)
treecd408e91e49ea381a3a1f65be79073a92e63298a /sys-libs
parentNew version with some bugfixes. See ChangeLog. (diff)
downloadgentoo-2-53006c8ee0f3a63eb985ef6e602a892647d609df.tar.gz
gentoo-2-53006c8ee0f3a63eb985ef6e602a892647d609df.tar.bz2
gentoo-2-53006c8ee0f3a63eb985ef6e602a892647d609df.zip
more sparc fixes
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/glibc-2.2.5-r7.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.2.5-r7.ebuild b/sys-libs/glibc/glibc-2.2.5-r7.ebuild
index 3c8195f5b5e7..fffb5c8829e3 100644
--- a/sys-libs/glibc/glibc-2.2.5-r7.ebuild
+++ b/sys-libs/glibc/glibc-2.2.5-r7.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.2.5-r7.ebuild,v 1.26 2002/12/09 19:01:55 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.2.5-r7.ebuild,v 1.27 2002/12/09 20:32:58 seemant Exp $
IUSE="nls pic build"
@@ -144,7 +144,7 @@ src_unpack() {
einfo "Applying sparc-misc patch..."
cd ${S}; patch -p1 < ${FILESDIR}/${PV}/${P}-sparc-misc.diff > /dev/null || die
- if [ "${ARCH}" = "sparc64" ]
+ if [ "${PROFILE_ARCH}" = "sparc64" ]
then
einfo "Applying seemant's -fixups patch..."
cd ${S}; patch -p1 < ${FILESDIR}/${PV}/${P}-sparc64-fixups.diff > /dev/null || die