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

Collapse All | Expand All

(-)qt5-build.eclass.orig (+3 lines)
Lines 686-691 qt5_base_configure() { Link Here
686
		# enable in respective modules to avoid poisoning QT.global_private.enabled_features
686
		# enable in respective modules to avoid poisoning QT.global_private.enabled_features
687
		$([[ ${QT5_MINOR_VERSION} -ge 9 ]] && echo -no-gui -no-widgets)
687
		$([[ ${QT5_MINOR_VERSION} -ge 9 ]] && echo -no-gui -no-widgets)
688
688
689
		# Add custom configuration flags
690
		"${EXTRA_ECONF}"
691
689
		# module-specific options
692
		# module-specific options
690
		"${myconf[@]}"
693
		"${myconf[@]}"
691
	)
694
	)

Return to bug 648004