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

Collapse All | Expand All

(-)kde.eclass (-1 / +9 lines)
Lines 52-58 kde_src_unpack() { Link Here
52
52
53
	# shorthand for removing specified subdirectories fom the build process
53
	# shorthand for removing specified subdirectories fom the build process
54
	[ -n "$KDE_REMOVE_DIR" ] && kde_remove_dir $KDE_REMOVE_DIR
54
	[ -n "$KDE_REMOVE_DIR" ] && kde_remove_dir $KDE_REMOVE_DIR
55
55
	
56
	# Temp fix for bug 78720
57
	if useq amd64; then
58
		for f in `find . -name configure.in.in -print`; do
59
			echo "seding $f"
60
			sed -i -e 's:^\(KDE\|QT\)_ENABLE_HIDDEN_VISIBILITY:#&:' $f
61
		done
62
		rm configure # force src_compile to regen configure later on
63
	fi
56
}
64
}
57
65
58
kde_src_compile() {
66
kde_src_compile() {

Return to bug 78720