summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-07-20 19:56:55 +0200
committerPacho Ramos <pacho@gentoo.org>2018-07-20 19:56:55 +0200
commite63a836ad3e1587cbbdcfae39e63343b241d9b14 (patch)
tree180116621d6d80064e4fbdef39d04595c444e3a7 /app-benchmarks/i7z/i7z-93_p20131012-r2.ebuild
parentsci-chemistry/nmrdepaker: Introduce nmrdepaker software (diff)
downloadgentoo-e63a836ad3e1587cbbdcfae39e63343b241d9b14.tar.gz
gentoo-e63a836ad3e1587cbbdcfae39e63343b241d9b14.tar.bz2
gentoo-e63a836ad3e1587cbbdcfae39e63343b241d9b14.zip
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
Diffstat (limited to 'app-benchmarks/i7z/i7z-93_p20131012-r2.ebuild')
-rw-r--r--app-benchmarks/i7z/i7z-93_p20131012-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-benchmarks/i7z/i7z-93_p20131012-r2.ebuild b/app-benchmarks/i7z/i7z-93_p20131012-r2.ebuild
index 992080972ba0..b31f97afeca6 100644
--- a/app-benchmarks/i7z/i7z-93_p20131012-r2.ebuild
+++ b/app-benchmarks/i7z/i7z-93_p20131012-r2.ebuild
@@ -40,7 +40,7 @@ PATCHES=(
S="${WORKDIR}/${PN}-${COMMIT}"
src_configure() {
- tc-export CC
+ tc-export CC PKG_CONFIG
cd GUI || die
use qt5 && eqmake5 ${PN}_GUI.pro
}