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

(-)b/eclass/qt4-build.eclass (-1 / +1 lines)
Lines 280-286 Link Here
280
280
281
	# this one is needed for all systems with a separate -liconv, apart from
281
	# this one is needed for all systems with a separate -liconv, apart from
282
	# Darwin, for which the sources already cater for -liconv
282
	# Darwin, for which the sources already cater for -liconv
283
	if use !elibc_glibc && [[ ${CHOST} != *-darwin* ]]; then
283
	if use !elibc_glibc && use !elibc_musl && [[ ${CHOST} != *-darwin* ]]; then
284
		sed -e 's|mac:\(LIBS += -liconv\)|\1|g' \
284
		sed -e 's|mac:\(LIBS += -liconv\)|\1|g' \
285
			-i config.tests/unix/iconv/iconv.pro \
285
			-i config.tests/unix/iconv/iconv.pro \
286
			|| die "sed iconv.pro failed"
286
			|| die "sed iconv.pro failed"

Return to bug 542780