commit: 256cdc6ad657e946aeb457280a9cb9df8a839f0f
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun May 2 19:41:23 2021 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun May 2 19:45:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=256cdc6a
games-arcade/holotz-castle: use tool-refixed CXX
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
games-arcade/holotz-castle/holotz-castle-1.3.14-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-arcade/holotz-castle/holotz-castle-1.3.14-r1.ebuild
b/games-arcade/holotz-castle/holotz-castle-1.3.14-r1.ebuild
index 16ed5d364ba..202a35dbf6a 100644
--- a/games-arcade/holotz-castle/holotz-castle-1.3.14-r1.ebuild
+++ b/games-arcade/holotz-castle/holotz-castle-1.3.14-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -32,7 +32,7 @@ PATCHES=(
)
src_compile() {
- tc-export AR
+ tc-export AR CXX
emake -C JLib
emake -C src HC_BASE=/usr/share/${PN}/
}