View | Details | Raw Unified
Collapse All | Expand All

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