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

(-)a/app-text/calibre/calibre-5.31.1.ebuild (-1 / +4 lines)
Lines 191-196 src_compile() { Link Here
191
	# TODO: get qmake called by setup.py to respect CC and CXX too
191
	# TODO: get qmake called by setup.py to respect CC and CXX too
192
	tc-export CC CXX
192
	tc-export CC CXX
193
193
194
	# bug 821871
195
	MY_LIBDIR="${ESYSROOT}/usr/$(get_libdir)"
196
	export FT_LIB_DIR="${MY_LIBDIR}" HUNSPELL_LIB_DIR="${MY_LIBDIR}" PODOFO_LIB_DIR="${MY_LIBDIR}"
197
194
	PATH="${T}/bin:${PATH}" ${EPYTHON} setup.py build || die
198
	PATH="${T}/bin:${PATH}" ${EPYTHON} setup.py build || die
195
}
199
}
196
200
197
- 

Return to bug 821871