summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2017-03-16 21:47:51 +0000
committerJames Le Cuirot <chewi@gentoo.org>2017-03-16 21:49:00 +0000
commita79414398ba07ee1a776dafed0ebb86170fb4955 (patch)
treed3a56a673e22348c0e6b72becab94fed0ad64b45 /app-benchmarks/i7z/i7z-93_p20131012.ebuild
parentapp-admin/filebeat: bump to 5.2.2 (diff)
downloadgentoo-a79414398ba07ee1a776dafed0ebb86170fb4955.tar.gz
gentoo-a79414398ba07ee1a776dafed0ebb86170fb4955.tar.bz2
gentoo-a79414398ba07ee1a776dafed0ebb86170fb4955.zip
app-benchmarks/i7z: Fix building GUI with GCC 5 (Funtoo bug FL-3617)
I wasn't able to reproduce this (possibly affects <gcc-5.4?) but angry_vincent provided the patch and it doesn't hurt to apply it. Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'app-benchmarks/i7z/i7z-93_p20131012.ebuild')
-rw-r--r--app-benchmarks/i7z/i7z-93_p20131012.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-benchmarks/i7z/i7z-93_p20131012.ebuild b/app-benchmarks/i7z/i7z-93_p20131012.ebuild
index f5ae2dfa5acc..e8ec6d12e919 100644
--- a/app-benchmarks/i7z/i7z-93_p20131012.ebuild
+++ b/app-benchmarks/i7z/i7z-93_p20131012.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -30,6 +30,7 @@ DEPEND="${RDEPEND}"
PATCHES=(
"${FILESDIR}"/i7z-0.27.2-ncurses.patch
"${FILESDIR}"/qt5.patch
+ "${FILESDIR}"/gcc5.patch
)
S="${WORKDIR}/${PN}-${COMMIT}"