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

Collapse All | Expand All

(-)/usr/portage/gnustep-base/gnustep-gui/gnustep-gui-0.24.0.ebuild.orig (+10 lines)
Lines 35-40 Link Here
35
		Tools/say/GNUmakefile \
35
		Tools/say/GNUmakefile \
36
		Tools/speech/GNUmakefile \
36
		Tools/speech/GNUmakefile \
37
		|| die
37
		|| die
38
		
39
	# cups workaround with clang, bug #517554
40
	egnustep_env
41
42
	if [ "$CC" = "clang" ]; then
43
		if use cups; then
44
			cp "${EPREFIX}"/usr/include/cups/cups.h Printing/GSCUPS/
45
			epatch "${FILESDIR}"/${P}-cups-with-clang.patch
46
		fi
47
	fi
38
}
48
}
39
49
40
src_configure() {
50
src_configure() {

Return to bug 517554