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

Collapse All | Expand All

(-)/usr/portage/dev-lisp/sbcl/sbcl-1.3.14.ebuild (-7 / +1 lines)
Lines 102-118 Link Here
102
	# bugs #560276, #561018
102
	# bugs #560276, #561018
103
	eapply "${FILESDIR}"/sb-posix-test-1.2.15.patch
103
	eapply "${FILESDIR}"/sb-posix-test-1.2.15.patch
104
	# bug #599902, #607302
104
	# bug #599902, #607302
105
	eapply "${FILESDIR}"/${PN}-1.3.14-config.patch
105
	eapply "${FILESDIR}"/${PN}-1.3.14-gentoo-fix_nopie_for_hardened_toolchain.patch
106
106
107
	eapply "${FILESDIR}"/${PN}-1.2.11-solaris.patch
107
	eapply "${FILESDIR}"/${PN}-1.2.11-solaris.patch
108
	eapply "${FILESDIR}"/${PN}-1.2.13-verbose-build.patch
108
	eapply "${FILESDIR}"/${PN}-1.2.13-verbose-build.patch
109
109
110
	# To make the hardened compiler NOT compile with -fPIE -pie
111
	if gcc-specs-pie ; then
112
		einfo "Disabling PIE..."
113
		eapply "${FILESDIR}"/${PN}-1.1.17-gentoo-fix_nopie_for_hardened_toolchain.patch
114
	fi
115
116
	eapply_user
110
	eapply_user
117
111
118
	# bug #526194
112
	# bug #526194

Return to bug 583930