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

(-)apngopt-1.0.ebuild.ORIG (-1 / +1 lines)
Lines 23-29 Link Here
23
S=${WORKDIR}
23
S=${WORKDIR}
24
24
25
src_compile() {
25
src_compile() {
26
	emake CC="$(tc-getCC)" LDLIBS="$($(tc-getPKG_CONFIG) --libs libpng)" ${PN} || die
26
	emake CC="$(tc-getCC)" LDLIBS="$($(tc-getPKG_CONFIG) --libs libpng --libs libzip)" ${PN} || die
27
}
27
}
28
28
29
src_install() {
29
src_install() {

Return to bug 365107