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

(-)libpng-1.6.3-r1.ebuild (+10 lines)
Lines 37-42 Link Here
37
		--enable-arm-neon=$(usex neon)
37
		--enable-arm-neon=$(usex neon)
38
}
38
}
39
39
40
multilib_src_compile() {
41
	if tc-is-cross-compiler; then
42
		INC_DIR=${SYSROOT}/usr/include
43
		INCLUDES="-I${INC_DIR}"
44
		export MAKEOPTS="${MAKEOPTS} INCLUDES=\"${INCLUDES}\""
45
	fi
46
47
	default_src_compile
48
}
49
40
multilib_src_install_all() {
50
multilib_src_install_all() {
41
	dodoc ANNOUNCE CHANGES libpng-manual.txt README TODO
51
	dodoc ANNOUNCE CHANGES libpng-manual.txt README TODO
42
	prune_libtool_files --all
52
	prune_libtool_files --all

Return to bug 480878