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

Collapse All | Expand All

(-)boinc-6.4.5-r1.ebuild (-3 / +2 lines)
Lines 54-66 Link Here
54
	cp "${S}"/sea/*.png "${S}"/clientgui/res/
54
	cp "${S}"/sea/*.png "${S}"/clientgui/res/
55
	# RSA Security bug fix. Per bug #258011
55
	# RSA Security bug fix. Per bug #258011
56
	# GCC 4.4 Compilation issue. Per bug #269618
56
	# GCC 4.4 Compilation issue. Per bug #269618
57
	epatch \
57
	epatch \
58
		"${FILESDIR}"/${PV}-RSA_security.patch \
58
		"${FILESDIR}"/${PV}-RSA_security.patch \
59
		"${FILESDIR}"/${PV}-gcc44.patch
59
		"${FILESDIR}"/${PV}-gcc44.patch \
60
	# fix stripping
60
		"${FILESDIR}"/${PV}-nostrip.patch
61
	## TODO
62
}
61
}
63
62
64
src_configure() {
63
src_configure() {
65
	local wxconf=""
64
	local wxconf=""
66
	local config=""
65
	local config=""

Return to bug 257297