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

(-)net-print/cups-pdf/cups-pdf-2.5.0.ebuild (-1 / +1 lines)
Lines 19-25 Link Here
19
19
20
src_compile() {
20
src_compile() {
21
	cd "${S}"/src
21
	cd "${S}"/src
22
	$(tc-getCC) ${CFLAGS} -o cups-pdf cups-pdf.c || die "Compilation failed."
22
	$(tc-getCC) ${CFLAGS} -o cups-pdf ${LDFLAGS} cups-pdf.c || die "Compilation failed."
23
}
23
}
24
24
25
src_install () {
25
src_install () {

Return to bug 310403