commit: c6786b850eb2a7c33204665916e532ebb31cb876
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 18 21:06:36 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Jun 18 21:06:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6786b85
media-plugins/hexter: respect ${PKG_CONFIG}
Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
media-plugins/hexter/hexter-1.1.0.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/media-plugins/hexter/hexter-1.1.0.ebuild
b/media-plugins/hexter/hexter-1.1.0.ebuild
index 7ed0c13559b..c2ad330e29d 100644
--- a/media-plugins/hexter/hexter-1.1.0.ebuild
+++ b/media-plugins/hexter/hexter-1.1.0.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+inherit toolchain-funcs
+
DESCRIPTION="Yamaha DX7 modeling DSSI plugin"
HOMEPAGE="http://smbolton.com/hexter.html"
SRC_URI="https://github.com/smbolton/${PN}/releases/download/version_${PV}/${P}.tar.bz2"
@@ -30,7 +32,7 @@ DEPEND="${RDEPEND}
"
src_configure() {
- PKG_CONFIG=pkg-config \
+ PKG_CONFIG=$(tc-getPKG_CONFIG) \
econf $(use_with gtk2) \
$(use_with readline textui)
}