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 (+8 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
	if [ "$CC" = "clang" ]; then
41
		if use cups; then
42
			cp "${EPREFIX}"/usr/include/cups/cups.h Printing/GSCUPS/
43
			epatch "${FILESDIR}"/${P}-cups-with-clang.patch
44
		fi
45
	fi
38
}
46
}
39
47
40
src_configure() {
48
src_configure() {

Return to bug 517554