summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2020-03-11 19:33:01 +0100
committerPacho Ramos <pacho@gentoo.org>2020-03-11 19:44:10 +0100
commitd4f6086e8624fe7c06c8ebc32b73c487235d39e5 (patch)
tree916434322b69e49ac34fd05b69594d98b87c6827 /app-benchmarks/i7z
parentsys-kernel/gentoo-sources: Linux patch 4.14.173 (diff)
downloadgentoo-d4f6086e8624fe7c06c8ebc32b73c487235d39e5.tar.gz
gentoo-d4f6086e8624fe7c06c8ebc32b73c487235d39e5.tar.bz2
gentoo-d4f6086e8624fe7c06c8ebc32b73c487235d39e5.zip
app-benchmarks/i7z: Enforce -fcommon
Closes: https://bugs.gentoo.org/706690 Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'app-benchmarks/i7z')
-rw-r--r--app-benchmarks/i7z/i7z-93_p20131012-r2.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/app-benchmarks/i7z/i7z-93_p20131012-r2.ebuild b/app-benchmarks/i7z/i7z-93_p20131012-r2.ebuild
index d121c8ebe66c..47b4c7b42ecc 100644
--- a/app-benchmarks/i7z/i7z-93_p20131012-r2.ebuild
+++ b/app-benchmarks/i7z/i7z-93_p20131012-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit flag-o-matic qmake-utils toolchain-funcs
COMMIT="5023138d7c35c4667c938b853e5ea89737334e92"
@@ -22,6 +22,7 @@ RDEPEND="
)
"
DEPEND="${RDEPEND}"
+BDEPEND=""
PATCHES=(
"${FILESDIR}"/i7z-0.27.2-ncurses.patch
@@ -40,6 +41,9 @@ PATCHES=(
S="${WORKDIR}/${PN}-${COMMIT}"
src_configure() {
+ # Workaround to build with gcc-10 until I find a patch
+ append-cflags -fcommon
+
tc-export CC PKG_CONFIG
cd GUI || die
use qt5 && eqmake5 ${PN}_GUI.pro