summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad House <brad_mssw@gentoo.org>2004-02-09 04:08:18 +0000
committerBrad House <brad_mssw@gentoo.org>2004-02-09 04:08:18 +0000
commit41241194e68bab12352679927865c28a99c0cfc6 (patch)
treeb5515f3722641fedbb418f9c925023338c072ecb /sys-devel/gettext/gettext-0.11.5-r1.ebuild
parentversion bump; metadata, header fixes; added amd64 keyword. (diff)
downloadhistorical-41241194e68bab12352679927865c28a99c0cfc6.tar.gz
historical-41241194e68bab12352679927865c28a99c0cfc6.tar.bz2
historical-41241194e68bab12352679927865c28a99c0cfc6.zip
ppc64 fixes
Diffstat (limited to 'sys-devel/gettext/gettext-0.11.5-r1.ebuild')
-rw-r--r--sys-devel/gettext/gettext-0.11.5-r1.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys-devel/gettext/gettext-0.11.5-r1.ebuild b/sys-devel/gettext/gettext-0.11.5-r1.ebuild
index 9791ab8f2fbd..ff25f6a159ff 100644
--- a/sys-devel/gettext/gettext-0.11.5-r1.ebuild
+++ b/sys-devel/gettext/gettext-0.11.5-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.11.5-r1.ebuild,v 1.17 2003/12/17 04:15:38 brad_mssw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.11.5-r1.ebuild,v 1.18 2004/02/09 04:08:18 brad_mssw Exp $
S=${WORKDIR}/${P}
DESCRIPTION="GNU locale utilities"
@@ -33,6 +33,9 @@ src_compile() {
PATH=$(echo ":${PATH}" | sed 's|:/opt/compaq-j[^:]*||g; s/^://')
unset JAVA_HOME CLASSPATH JDK_HOME JAVAC
fi
+ if use ppc64 ; then
+ unset JAVA_HOME CLASSPATH JDK_HOME JAVAC
+ fi
econf \
--with-included-gettext \