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

(-)a/doxygen-1.8.5.ebuild (-1 / +1 lines)
Lines 95-101 src_prepare() { Link Here
95
		|| die
95
		|| die
96
96
97
	# Ensure we link to -liconv
97
	# Ensure we link to -liconv
98
	if use elibc_FreeBSD; then
98
	if use elibc_FreeBSD && has_version dev-libs/libiconv; then
99
		for pro in */*.pro.in */*/*.pro.in; do
99
		for pro in */*.pro.in */*/*.pro.in; do
100
		echo "unix:LIBS += -liconv" >> "${pro}"
100
		echo "unix:LIBS += -liconv" >> "${pro}"
101
		done
101
		done

Return to bug 511024