commit:     810d6b497a1c9f7ba2c1c216a5b4222ef83b119d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 19 20:47:12 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 19 20:54:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=810d6b49

games-emulation/fbzx: export PKG_CONFIG

Closes: https://bugs.gentoo.org/784242
Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-emulation/fbzx/fbzx-3.0.0-r1.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/games-emulation/fbzx/fbzx-3.0.0-r1.ebuild 
b/games-emulation/fbzx/fbzx-3.0.0-r1.ebuild
index 7b67cf93384..ffe2b98753c 100644
--- a/games-emulation/fbzx/fbzx-3.0.0-r1.ebuild
+++ b/games-emulation/fbzx/fbzx-3.0.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit desktop
+inherit desktop toolchain-funcs
 
 DESCRIPTION="Full Screen Sinclair Spectrum emulator"
 HOMEPAGE="https://github.com/rastersoft/fbzx";
@@ -28,6 +28,9 @@ PATCHES=(
 
 src_prepare() {
        sed -i -e "s|/usr/share/|/usr/share/${PN}/|g" src/llscreen.cpp || die
+
+       tc-export PKG_CONFIG
+
        default
 }
 

Reply via email to