From e63a836ad3e1587cbbdcfae39e63343b241d9b14 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Fri, 20 Jul 2018 19:56:55 +0200 Subject: app-benchmarks/i7z: Don't hardcode pkg-config (by Zentaro Kavanagh) https://github.com/gentoo/gentoo/pull/9261 Package-Manager: Portage-2.3.43, Repoman-2.3.10 --- app-benchmarks/i7z/i7z-93_p20131012-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-benchmarks/i7z/i7z-93_p20131012-r1.ebuild') diff --git a/app-benchmarks/i7z/i7z-93_p20131012-r1.ebuild b/app-benchmarks/i7z/i7z-93_p20131012-r1.ebuild index d555d4c41fa5..20080024b0f3 100644 --- a/app-benchmarks/i7z/i7z-93_p20131012-r1.ebuild +++ b/app-benchmarks/i7z/i7z-93_p20131012-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -45,7 +45,7 @@ src_configure() { # Looks to work fine for me with -O2 (pacho - 20170530) # filter-flags "-O*" - tc-export CC + tc-export CC PKG_CONFIG cd GUI || die use qt5 && eqmake5 ${PN}_GUI.pro -- cgit v1.2.3