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

(-)a/disktype-9.ebuild (-1 / +1 lines)
Lines 16-22 Link Here
16
DEPEND=""
16
DEPEND=""
17
17
18
src_compile() {
18
src_compile() {
19
	make CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die
19
	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die
20
}
20
}
21
21
22
src_install() {
22
src_install() {

Return to bug 334631