diff options
Diffstat (limited to 'sys-apps/sed/sed-4.1.4.ebuild')
-rw-r--r-- | sys-apps/sed/sed-4.1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/sed/sed-4.1.4.ebuild b/sys-apps/sed/sed-4.1.4.ebuild index 52d71a50c366..41aab52905e0 100644 --- a/sys-apps/sed/sed-4.1.4.ebuild +++ b/sys-apps/sed/sed-4.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.ebuild,v 1.3 2005/03/26 17:06:39 gongloo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.1.4.ebuild,v 1.4 2005/04/07 00:21:32 vapier Exp $ inherit flag-o-matic @@ -51,7 +51,7 @@ src_compile() { ${myconf} \ || die "Configure failed" - src_bootstrap_sed + src_bootstrap_cleanup use static && append-ldflags -static emake LDFLAGS="${LDFLAGS}" || die "build failed" } |