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

Collapse All | Expand All

(-)nload-0.6.0-r2.ebuild (-2 / +2 lines)
Lines 16-27 Link Here
16
DEPEND=">=sys-libs/ncurses-5.2"
16
DEPEND=">=sys-libs/ncurses-5.2"
17
17
18
src_unpack() {
18
src_unpack() {
19
	unpack ${A}
19
	unpack ${A}
20
	cd "${S}"
20
	cd "${S}"
21
	epatch "${FILESDIR}"/${P}-prevent-stripping.patch
21
	epatch "${FILESDIR}"/${PN}-0.6.0-prevent-stripping.patch
22
	epatch "${FILESDIR}"/${P}-signedness.patch
22
	epatch "${FILESDIR}"/${P}-gcc43.patch
23
	eautoreconf
23
	eautoreconf
24
}
24
}
25
25
26
src_install () {
26
src_install () {
27
	#make DESTDIR=${D} install
27
	#make DESTDIR=${D} install

Return to bug 218909