diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-09 23:35:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-09 23:35:45 +0000 |
commit | 19bca1a63123636e0f4c85c5ba252df4f1a92e4c (patch) | |
tree | a75bc8092d674235db76917291ca71a536fe9ff9 /sys-apps/sed | |
parent | Set python version to fix compiles on non 2.4 pythons. (diff) | |
download | gentoo-2-19bca1a63123636e0f4c85c5ba252df4f1a92e4c.tar.gz gentoo-2-19bca1a63123636e0f4c85c5ba252df4f1a92e4c.tar.bz2 gentoo-2-19bca1a63123636e0f4c85c5ba252df4f1a92e4c.zip |
fix generating of sed in uclibc systems
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'sys-apps/sed')
-rw-r--r-- | sys-apps/sed/sed-4.1.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/sed/sed-4.1.4-r1.ebuild b/sys-apps/sed/sed-4.1.4-r1.ebuild index a368e4a8fd5f..0424664e046a 100644 --- a/sys-apps/sed/sed-4.1.4-r1.ebuild +++ b/sys-apps/sed/sed-4.1.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.1.4-r1.ebuild,v 1.1 2006/02/08 23:24:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.1.4-r1.ebuild,v 1.2 2006/02/09 23:35:45 vapier Exp $ inherit flag-o-matic @@ -49,7 +49,7 @@ src_compile() { src_bootstrap_sed local myconf="" - if [[ ${CHOST} != *-gnu ]] ; then + if ! use userland_GNU ; then myconf="--program-prefix=g" fi econf \ |