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

Collapse All | Expand All

(-)/usr/portage/sci-mathematics/pari/pari-2.1.7.ebuild (-3 / +2 lines)
Lines 37-46 Link Here
37
	elif ! is-flag -O?; then
37
	elif ! is-flag -O?; then
38
		append-flags -O2
38
		append-flags -O2
39
	fi
39
	fi
40
	#we also need to force -fPIC throughout on amd64
40
	use "amd64" && DLCFLAGS="-fPIC"
41
	if [ "${ARCH}" = "amd64" ] && ! is-flag -fPIC; then append-flags -fPIC; fi
42
41
43
	./Configure \
42
	DLCFLAGS="$DLCFLAGS" ./Configure \
44
		--host=${myhost} \
43
		--host=${myhost} \
45
		--prefix=/usr \
44
		--prefix=/usr \
46
		--miscdir=/usr/share/doc/${PF} \
45
		--miscdir=/usr/share/doc/${PF} \

Return to bug 114722