summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-10 09:10:18 +0000
committerSam James <sam@gentoo.org>2021-04-10 09:10:18 +0000
commitd9299e664d5510020546132ed9b5370c69300b86 (patch)
treed5dea93b0aef1125df22385315893f507c99af53 /games-roguelike/scourge
parentgames-puzzle/fish-fillets: respect AR (diff)
downloadgentoo-d9299e664d5510020546132ed9b5370c69300b86.tar.gz
gentoo-d9299e664d5510020546132ed9b5370c69300b86.tar.bz2
gentoo-d9299e664d5510020546132ed9b5370c69300b86.zip
games-roguelike/scourge: actually commit AR patch
Closes: https://bugs.gentoo.org/780450 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-roguelike/scourge')
-rw-r--r--games-roguelike/scourge/files/scourge-0.21.1-respect-AR.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/games-roguelike/scourge/files/scourge-0.21.1-respect-AR.patch b/games-roguelike/scourge/files/scourge-0.21.1-respect-AR.patch
new file mode 100644
index 000000000000..e4fea442af22
--- /dev/null
+++ b/games-roguelike/scourge/files/scourge-0.21.1-respect-AR.patch
@@ -0,0 +1,11 @@
+https://bugs.gentoo.org/780450
+--- a/configure.in
++++ b/configure.in
+@@ -28,6 +28,7 @@ if test "x${CXXFLAGS-notset}" = "xnotset" ; then
+ fi
+ AC_PROG_CXX
+
++AM_PROG_AR
+ dnl Check for ranlib
+ AC_PROG_RANLIB
+