diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-04-28 20:21:43 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-04-28 20:21:43 +0100 |
commit | 40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch) | |
tree | 758c221bad35c9288d0bd6df9c7dfc226728e52c /games-action/xpilot | |
parent | 8d5dbd847cbc704a6a06405856e94b461011afe3 (diff) |
gentoo resync : 28.04.2021
Diffstat (limited to 'games-action/xpilot')
-rw-r--r-- | games-action/xpilot/Manifest | 2 | ||||
-rw-r--r-- | games-action/xpilot/xpilot-4.5.5-r1.ebuild | 20 |
2 files changed, 14 insertions, 8 deletions
diff --git a/games-action/xpilot/Manifest b/games-action/xpilot/Manifest index 01d369daa4ee..2e4c9edc6f01 100644 --- a/games-action/xpilot/Manifest +++ b/games-action/xpilot/Manifest @@ -1,3 +1,3 @@ DIST xpilot-4.5.5.tar.bz2 1115502 BLAKE2B 9f7758dabc834f9ffad602e2ba215e1e08ff3f33b21480eae0176775d6c55df3e3238652e0cbbbc688acbab9e23395f46d853ee52fd55d177fdace5138621335 SHA512 002fbdbee3035e21f441d749d68ac41da2816a691e1c0d1cf9de9cddaa479c92da57eb36081884b9908a6ae83454f6f532c24c89280d27e2cbf9570442ef301c -EBUILD xpilot-4.5.5-r1.ebuild 1176 BLAKE2B 091ba3bece3e3828ff86b2233b1afba1f10fa39c7129b5b185c74f2902edaa7df122c963ba761e6803f587f65080487346536436b0aba73e9b3907aa7f52ea4d SHA512 66b87dd7c724e8a198bcc8454241ec81a9e71e15a69dfe249ce8a2d36e4cab931776a5b881d1f27b63b63ce855813b250266c6fe533654fc883faa9dcb2ec31a +EBUILD xpilot-4.5.5-r1.ebuild 1323 BLAKE2B 5cbf85537a282375ff1cfa29f521854f63808faba63fb192dcca21030c35d1a91bb478a8e6c0e84f486109afe8ce00dcd5395d46da04d158d6188c87191f3fcb SHA512 2dc6dff33936b8408a7c19ec9511fcc96bbdbc5acd8f22e76f61e1b10818c057c817c2bd74d88978fa5749dc921e3f13bec2f8108b982fb005c689d958a54f0c MISC metadata.xml 333 BLAKE2B 2c8f9dc52fcf4780ad3da4ee828dad3ef62731f0d2f399da8ade242756b6929a58a6b60347ed753f19dbbf6cf2146dadeb88fa20be6d035ae3fc41ca581bacdb SHA512 b6a52a4afe7804b04646d42366ef3812a70fba44d44e9da662a70c7c646aba015792fd8bef65da9c5abdc4b5188cf0657ba80ab1d1920b6b692606274c3afca4 diff --git a/games-action/xpilot/xpilot-4.5.5-r1.ebuild b/games-action/xpilot/xpilot-4.5.5-r1.ebuild index d2003e60dd12..c90d59c476c1 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-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,7 +20,7 @@ DEPEND="${RDEPEND} app-text/rman x11-base/xorg-proto x11-misc/gccmakedep - x11-misc/imake" + >=x11-misc/imake-1.0.8-r1" src_prepare() { #default @@ -38,12 +38,18 @@ src_prepare() { src/client/textinterface.c || die } +src_configure() { + CC="$(tc-getBUILD_CC)" LD="$(tc-getLD)" \ + IMAKECPP="${IMAKECPP:-$(tc-getCPP)}" xmkmf -a || die +} + src_compile() { - xmkmf || die - emake Makefiles - emake includes - emake depend - emake CC="$(tc-getCC)" CDEBUGFLAGS="${CFLAGS} ${LDFLAGS}" + emake \ + AR="$(tc-getAR) cq" \ + CC="$(tc-getCC)" \ + RANLIB="$(tc-getRANLIB)" \ + CDEBUGFLAGS="${CFLAGS}" \ + LOCAL_LDFLAGS="${LDFLAGS}" } src_install() { |