diff options
author | Sam James <sam@gentoo.org> | 2021-04-19 21:47:12 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-19 21:54:08 +0100 |
commit | 810d6b497a1c9f7ba2c1c216a5b4222ef83b119d (patch) | |
tree | e79c5bc2d20c1ce923a5b35d11a53f68762e4119 /games-emulation/fbzx | |
parent | games-util/higan-purify: pass PKG_CONFIG to make (diff) | |
download | gentoo-810d6b497a1c9f7ba2c1c216a5b4222ef83b119d.tar.gz gentoo-810d6b497a1c9f7ba2c1c216a5b4222ef83b119d.tar.bz2 gentoo-810d6b497a1c9f7ba2c1c216a5b4222ef83b119d.zip |
games-emulation/fbzx: export PKG_CONFIG
Closes: https://bugs.gentoo.org/784242
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-emulation/fbzx')
-rw-r--r-- | games-emulation/fbzx/fbzx-3.0.0-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games-emulation/fbzx/fbzx-3.0.0-r1.ebuild b/games-emulation/fbzx/fbzx-3.0.0-r1.ebuild index 7b67cf93384e..ffe2b98753cb 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 } |