Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 195763 | Differences between
and this patch

Collapse All | Expand All

(-)../portage.main.converted/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild (+4 lines)
Lines 23-29 Link Here
23
WANT_AUTOCONF="latest"
23
WANT_AUTOCONF="latest"
24
24
25
src_compile() {
25
src_compile() {
26
	if [[ ${CHOST} == *-darwin* ]]; then
27
	epatch ${FILESDIR}/${P}-soname-macos.patch || die "epatch failed"
28
	else
26
	epatch ${FILESDIR}/${P}-soname.patch || die "epatch failed"
29
	epatch ${FILESDIR}/${P}-soname.patch || die "epatch failed"
30
	fi
27
	filter-ldflags "-Wl,-O1"
31
	filter-ldflags "-Wl,-O1"
28
	eautoconf
32
	eautoconf
29
33

Return to bug 195763