summaryrefslogtreecommitdiff
path: root/games-action/xpilot
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-09-30 15:24:40 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-09-30 15:24:40 +0100
commit31459e63971ac3b08706bba949851d93c45043c3 (patch)
treef50f9db11363f1369a1aead733baccaf2842b673 /games-action/xpilot
parenteba9b95ba8976f2938bafa5789c1b50611bb3459 (diff)
gentoo auto-resync : 30:09:2022 - 15:24:40
Diffstat (limited to 'games-action/xpilot')
-rw-r--r--games-action/xpilot/Manifest2
-rw-r--r--games-action/xpilot/xpilot-4.5.5-r1.ebuild5
2 files changed, 4 insertions, 3 deletions
diff --git a/games-action/xpilot/Manifest b/games-action/xpilot/Manifest
index b449c63a9835..ad7639ebdf76 100644
--- a/games-action/xpilot/Manifest
+++ b/games-action/xpilot/Manifest
@@ -1,4 +1,4 @@
DIST xpilot-4.5.5.tar.bz2 1115502 BLAKE2B 9f7758dabc834f9ffad602e2ba215e1e08ff3f33b21480eae0176775d6c55df3e3238652e0cbbbc688acbab9e23395f46d853ee52fd55d177fdace5138621335 SHA512 002fbdbee3035e21f441d749d68ac41da2816a691e1c0d1cf9de9cddaa479c92da57eb36081884b9908a6ae83454f6f532c24c89280d27e2cbf9570442ef301c
DIST xpilot.png 9682 BLAKE2B 689ac9d6efe54ee1d8c166543cd7c720ebd71c05818b074dffdcb1499d645c3cb9f9db00ce8c6f29d433255d0f58e2d30897f1438c0b41e13f5fd2043e5bac46 SHA512 5a59f01399b03852a795f5c475ce64cf2890e102b806c5e3540c635ad32d1a16f6a0e2c4dd8d0de0a33a9fbc907b68640f151905b71a54556b59a83602036f95
-EBUILD xpilot-4.5.5-r1.ebuild 1385 BLAKE2B fda63805eef5cfc09619d695732dd124cbfd512305232e86db7b1fead23a6098cec2a49e5ee348a1bab8d7ecc3b8f1ed16c3914cbe8a6a534e87641fff58330a SHA512 a7b70db444ea7004d89ccd0306db1706ecde1b3c21e3b86996a1e1b9996b9c73cb5340ea19dfa748d8fc70edbc160d904fd454fce6d7a80324b3938d6b058226
+EBUILD xpilot-4.5.5-r1.ebuild 1403 BLAKE2B fcc90d62d1f04e4c81d701331f07a3caa403e054f85b282e3ae7171e9e7bcacacc80bd2a88ec36499fef84bfe5aa37a8cbaa26bcdb2080f5e8bbbcf893fe8f30 SHA512 9f4e57af3afd7d416812d4365cbe5310e575814a61668ed4340d059792ac10cd1d2da2434d0eb360a7b92faca22c78ec0ceb281e751d9ea24d9c43b17a34c86d
MISC metadata.xml 334 BLAKE2B 7bf1a6d705f7b6197c61a919c0920b5fcdcabd6627f0607c282ce2e10ddf53b26dfc3e22f7d4685152ffb5ecd5676318ba7bf719e9027e8d7effebe9f01ae993 SHA512 eb16aa409b9c428cfff352625b4b3264f99aa6bb90906dc9b1f5dc5ed8228e64cd1ff4454311faf192237a62929e32d4d3f139e97858b5369e490ce343aac44a
diff --git a/games-action/xpilot/xpilot-4.5.5-r1.ebuild b/games-action/xpilot/xpilot-4.5.5-r1.ebuild
index 28e96af330c1..e76581df3051 100644
--- a/games-action/xpilot/xpilot-4.5.5-r1.ebuild
+++ b/games-action/xpilot/xpilot-4.5.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -23,6 +23,7 @@ DEPEND="
x11-base/xorg-proto"
BDEPEND="
app-text/rman
+ sys-devel/gcc
x11-misc/gccmakedep
>=x11-misc/imake-1.0.8-r1"
@@ -49,7 +50,7 @@ src_prepare() {
src_configure() {
CC="$(tc-getBUILD_CC)" LD="$(tc-getLD)" \
- IMAKECPP="${IMAKECPP:-$(tc-getCPP)}" xmkmf -a || die
+ IMAKECPP="${IMAKECPP:-${CHOST}-gcc -E}" xmkmf -a || die
}
src_compile() {