Skip to content

Commit

Permalink
games-action/noiz2sa: respect CC and CXX
Browse files Browse the repository at this point in the history
Signed-off-by: Ionen Wolkens <[email protected]>
  • Loading branch information
ionenwks committed Jun 8, 2021
1 parent f492218 commit 3d38a41
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions games-action/noiz2sa/noiz2sa-0.51a-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -25,7 +27,10 @@ PATCHES=(

src_prepare() {
default

cp makefile.lin Makefile || die

tc-export CC CXX
}

src_install() {
Expand Down

0 comments on commit 3d38a41

Please sign in to comment.