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

Collapse All | Expand All

(-)clang-3.3.ebuild.orig (-7 / +7 lines)
Lines 80-93 Link Here
80
	# Automatically select active system GCC's libraries, bugs #406163 and #417913
80
	# Automatically select active system GCC's libraries, bugs #406163 and #417913
81
	epatch "${FILESDIR}"/${PN}-3.1-gentoo-runtime-gcc-detection-v3.patch
81
	epatch "${FILESDIR}"/${PN}-3.1-gentoo-runtime-gcc-detection-v3.patch
82
82
83
	# Fix search paths on FreeBSD, bug #409269
83
	# Fix search paths on FreeBSD, bug #409269, #474042
84
	# This patch causes problem for multilib on fbsd, see comments in the patch
84
	epatch "${FILESDIR}"/${PN}-3.3-gentoo-freebsd-fix-lib-path.patch
85
	# (aballier@g.o)
86
	# epatch "${FILESDIR}"/${PN}-3.1-gentoo-freebsd-fix-lib-path.patch
87
85
88
	# Fix regression caused by removal of USE=system-cxx-headers, bug #417541
86
	# Fix regression caused by removal of USE=system-cxx-headers, bug #417541, #474042
89
	# Needs to be updated for 3.2
87
	epatch "${FILESDIR}"/${PN}-3.3-gentoo-freebsd-fix-cxx-paths.patch
90
	#epatch "${FILESDIR}"/${PN}-3.1-gentoo-freebsd-fix-cxx-paths-v2.patch
88
89
	# Add X86Triples for x86-fbsd, bug #474042
90
	epatch "${FILESDIR}"/${PN}-3.3-gentoo-freebsd-add-x86triples.patch
91
91
92
	# User patches
92
	# User patches
93
	epatch_user
93
	epatch_user

Return to bug 474042