Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 505760
Collapse All | Expand All

(-)a/sys-process/numad/numad-0.5.ebuild (-1 / +5 lines)
Line 0 Link Here
1
--- Makefile.orig	2012-09-11 08:29:18.965821127 +0200
Lines 37-42 src_configure() { Link Here
37
	:
37
	:
38
}
38
}
39
39
40
src_compile() {
41
	emake CFLAGS="${CFLAGS} -std=gnu99" LDFLAGS="-lpthread"
42
}
43
40
src_install() {
44
src_install() {
41
	emake prefix="${ED}/usr" install
45
	emake prefix="${ED}/usr" install
42
}
46
}
43
- 

Return to bug 505760