* [gentoo-commits] repo/gentoo:master commit in: games-arcade/jumpnbump/files/, games-arcade/jumpnbump/
@ 2021-11-18 19:11 Ionen Wolkens
0 siblings, 0 replies; only message in thread
From: Ionen Wolkens @ 2021-11-18 19:11 UTC (permalink / raw
To: gentoo-commits
commit: c4b7fc57e0c8ea173ca01aca328f0762d9a65b11
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 18 18:05:06 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Nov 18 19:07:35 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4b7fc57
games-arcade/jumpnbump: use exported ranlib
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-arcade/jumpnbump/files/jumpnbump-1.61-ranlib.patch | 7 +++++++
games-arcade/jumpnbump/jumpnbump-1.61.ebuild | 4 ++++
2 files changed, 11 insertions(+)
diff --git a/games-arcade/jumpnbump/files/jumpnbump-1.61-ranlib.patch b/games-arcade/jumpnbump/files/jumpnbump-1.61-ranlib.patch
new file mode 100644
index 000000000000..10d6d48b6deb
--- /dev/null
+++ b/games-arcade/jumpnbump/files/jumpnbump-1.61-ranlib.patch
@@ -0,0 +1,7 @@
+--- a/sdl/Makefile
++++ b/sdl/Makefile
+@@ -10,3 +10,3 @@
+ $(AR) cru $(TARGET) $(OBJS)
+- ranlib $(TARGET)
++ $(RANLIB) $(TARGET)
+
diff --git a/games-arcade/jumpnbump/jumpnbump-1.61.ebuild b/games-arcade/jumpnbump/jumpnbump-1.61.ebuild
index d7aafa39634f..0532117705f4 100644
--- a/games-arcade/jumpnbump/jumpnbump-1.61.ebuild
+++ b/games-arcade/jumpnbump/jumpnbump-1.61.ebuild
@@ -34,6 +34,10 @@ RDEPEND="
)
"
+PATCHES=(
+ "${FILESDIR}"/${P}-ranlib.patch
+)
+
src_compile() {
tc-export AR CC RANLIB
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-11-18 19:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-18 19:11 [gentoo-commits] repo/gentoo:master commit in: games-arcade/jumpnbump/files/, games-arcade/jumpnbump/ Ionen Wolkens
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox