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

Collapse All | Expand All

(-)ghc-6.2.2.ebuild (-6 / +3 lines)
Lines 80-85 Link Here
80
src_unpack() {
80
src_unpack() {
81
	base_src_unpack
81
	base_src_unpack
82
82
83
	# allow successful splitobjs builds on powerpc
84
	epatch ${FILESDIR}/${PN}-6.2-powerpc-splitobjs.patch
85
83
	# hardened-gcc needs to be disabled, because the
86
	# hardened-gcc needs to be disabled, because the
84
	# mangler doesn't accept its output; yes, the 6.2 version
87
	# mangler doesn't accept its output; yes, the 6.2 version
85
	# should do ...
88
	# should do ...
Lines 112-123 Link Here
112
	# incorrectly by the configure script
115
	# incorrectly by the configure script
113
	echo "ArSupportsInput:=" >> mk/build.mk
116
	echo "ArSupportsInput:=" >> mk/build.mk
114
117
115
	# Required under ppc to work around some obscure linker problem.
116
	if use ppc;
117
	then
118
		echo "SplitObjs=NO" >> mk/build.mk
119
	fi
120
121
	# unset SGML_CATALOG_FILES because documentation installation
118
	# unset SGML_CATALOG_FILES because documentation installation
122
	# breaks otherwise ...
119
	# breaks otherwise ...
123
	# (--enable-threaded-rts is no longer needed)
120
	# (--enable-threaded-rts is no longer needed)

Return to bug 68930