diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2015-04-24 11:20:14 +0300 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2015-04-24 11:20:14 +0300 |
commit | 9836a336a4ec6b64c3a237acc94a3d03687cdef1 (patch) | |
tree | fc60919dd56463c937a3dd55d2bb28b9bd5c4aef /sys-devel/gcc/gcc-4.8.4.ebuild | |
parent | aac463bb3b981514d4a08978d3b76128bf2c90a1 (diff) |
[sys-devel/*gcc] vbox guest adds fixed with patch
Diffstat (limited to 'sys-devel/gcc/gcc-4.8.4.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-4.8.4.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys-devel/gcc/gcc-4.8.4.ebuild b/sys-devel/gcc/gcc-4.8.4.ebuild index f335ac8e..c69fd8aa 100644 --- a/sys-devel/gcc/gcc-4.8.4.ebuild +++ b/sys-devel/gcc/gcc-4.8.4.ebuild @@ -85,6 +85,9 @@ src_prepare() { #Use -r1 for newer piepatchet that use DRIVER_SELF_SPECS for the hardened specs. [[ ${CHOST} == ${CTARGET} ]] && epatch "${FILESDIR}"/gcc-spec-env-r1.patch + + #virtualbox-guest-addition fix https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49718 + epatch "${FILESDIR}/${P}-no_instrument_function.patch" } ## Just install libgcc stuff |