summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-09 23:35:45 +0000
committerMike Frysinger <vapier@gentoo.org>2006-02-09 23:35:45 +0000
commit6fcdbf3678c96eb48f970da2559b20bbb1a072e4 (patch)
tree9ca5791b3a87d59fd17b5c94baa3b6a048585f95 /sys-apps/sed/sed-4.1.4-r1.ebuild
parentSet python version to fix compiles on non 2.4 pythons. (diff)
downloadhistorical-6fcdbf3678c96eb48f970da2559b20bbb1a072e4.tar.gz
historical-6fcdbf3678c96eb48f970da2559b20bbb1a072e4.tar.bz2
historical-6fcdbf3678c96eb48f970da2559b20bbb1a072e4.zip
fix generating of sed in uclibc systems
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'sys-apps/sed/sed-4.1.4-r1.ebuild')
-rw-r--r--sys-apps/sed/sed-4.1.4-r1.ebuild4
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 \