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

Collapse All | Expand All

(-)htdig-3.2.0_beta6-r1.ebuild.orig (-1 / +3 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/www-misc/htdig/htdig-3.2.0_beta6-r1.ebuild,v 1.2 2006/05/05 17:16:53 squinky86 Exp $
3
# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r1.ebuild,v 1.2 2006/05/05 17:16:53 squinky86 Exp $
4
4
5
inherit eutils flag-o-matic
5
inherit eutils flag-o-matic autotools
6
6
7
MY_PV=${PV/_beta/b}
7
MY_PV=${PV/_beta/b}
8
S=${WORKDIR}/${PN}-${MY_PV}
8
S=${WORKDIR}/${PN}-${MY_PV}
Lines 23-28 Link Here
23
23
24
	cd ${S}
24
	cd ${S}
25
	epatch ${FILESDIR}/${P}-gcc4.patch
25
	epatch ${FILESDIR}/${P}-gcc4.patch
26
	epatch ${FILESDIR}/${P}-as-needed.patch
27
	eautoreconf	
26
}
28
}
27
29
28
src_compile() {
30
src_compile() {

Return to bug 155727