Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 670060 | Differences between
and this patch

Collapse All | Expand All

(-)a/dev-qt/qtcore/qtcore-5.11.2-r1.ebuild (+7 lines)
Lines 36-41 Link Here
36
	doc
36
	doc
37
)
37
)
38
38
39
QT5_COMPILE_FOR_HOST_SUBDIR=src/tools/qfloat16-tables
40
39
QT5_GENTOO_PRIVATE_CONFIG=(
41
QT5_GENTOO_PRIVATE_CONFIG=(
40
	!:network
42
	!:network
41
	!:sql
43
	!:sql
Lines 47-52 Link Here
47
	"${FILESDIR}/${P}-export-qt_open64.patch" # bug 669010
49
	"${FILESDIR}/${P}-export-qt_open64.patch" # bug 669010
48
)
50
)
49
51
52
src_prepare() {
53
	tc-is-cross-compiler && PATCHES+=("${FILESDIR}/${P}-cross-qfloat16-tables.patch")
54
	qt5-build_src_prepare
55
}
56
50
src_configure() {
57
src_configure() {
51
	local myconf=(
58
	local myconf=(
52
		$(qt_use icu)
59
		$(qt_use icu)

Return to bug 670060