Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 436256 | Differences between
and this patch

Collapse All | Expand All

(-)sed-4.2.1-r1.ebuild (-1 / +6 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.2.1-r1.ebuild,v 1.12 2012/08/26 17:00:34 armin76 Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.2.1-r1.ebuild,v 1.12 2012/08/26 17:00:34 armin76 Exp $
4
4
5
inherit eutils flag-o-matic toolchain-funcs
5
inherit autotools eutils flag-o-matic toolchain-funcs
6
6
7
DESCRIPTION="Super-useful stream editor"
7
DESCRIPTION="Super-useful stream editor"
8
HOMEPAGE="http://sed.sourceforge.net/"
8
HOMEPAGE="http://sed.sourceforge.net/"
Lines 36-41 Link Here
36
	epatch "${FILESDIR}"/${PN}-4.1.5-alloca.patch
36
	epatch "${FILESDIR}"/${PN}-4.1.5-alloca.patch
37
	epatch "${FILESDIR}"/${P}-handle-incomplete-sequences-as-if-they-were-invalid.patch #284403
37
	epatch "${FILESDIR}"/${P}-handle-incomplete-sequences-as-if-they-were-invalid.patch #284403
38
	# don't use sed here if we have to recover a broken host sed
38
	# don't use sed here if we have to recover a broken host sed
39
40
	if tc-is-cross-compiler; then
41
		epatch "${FILESDIR}"/${P}-cross-compile.patch
42
		eautoreconf
43
	fi
39
}
44
}
40
45
41
src_compile() {
46
src_compile() {

Return to bug 436256