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

(-)libperl-5.8.7.ebuild (-2 / +1 lines)
Lines 213-220 src_compile() { Link Here
213
	[[ ${ELIBC} == "FreeBSD" ]] && myconf="${myconf} -Dlibc=/usr/lib/libc.a"
213
	[[ ${ELIBC} == "FreeBSD" ]] && myconf="${myconf} -Dlibc=/usr/lib/libc.a"
214
214
215
	if [[ $(get_libdir) != "lib" ]] ; then
215
	if [[ $(get_libdir) != "lib" ]] ; then
216
		myconf="${myconf} -Dlibpth='/usr/local/$(get_libdir) /$(get_libdir) \
216
		myconf="${myconf} -Dlibpth=\"/usr/local/$(get_libdir) /$(get_libdir) /usr/$(get_libdir)\""
217
		/usr/$(get_libdir)'"
218
	fi
217
	fi
219
218
220
	sh Configure -des \
219
	sh Configure -des \

Return to bug 118608