commit:     3d38a41b2842e7d0d3ded52ef95aba33e7e5533e
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  8 03:54:34 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Jun  8 04:18:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d38a41b

games-action/noiz2sa: respect CC and CXX

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-action/noiz2sa/noiz2sa-0.51a-r1.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/games-action/noiz2sa/noiz2sa-0.51a-r1.ebuild 
b/games-action/noiz2sa/noiz2sa-0.51a-r1.ebuild
index 0566f507637..e53a3e1fbd3 100644
--- a/games-action/noiz2sa/noiz2sa-0.51a-r1.ebuild
+++ b/games-action/noiz2sa/noiz2sa-0.51a-r1.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=7
 
+inherit toolchain-funcs
+
 DESCRIPTION="Abstract Shooting Game"
 HOMEPAGE="https://www.asahi-net.or.jp/~cs8k-cyu/windows/noiz2sa_e.html 
https://sourceforge.net/projects/noiz2sa/";
 SRC_URI="mirror://sourceforge/noiz2sa/${P}.tar.gz"
@@ -25,7 +27,10 @@ PATCHES=(
 
 src_prepare() {
        default
+
        cp makefile.lin Makefile || die
+
+       tc-export CC CXX
 }
 
 src_install() {

Reply via email to