diff options
author | Sam James <sam@gentoo.org> | 2021-04-10 09:10:18 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-10 09:10:18 +0000 |
commit | d9299e664d5510020546132ed9b5370c69300b86 (patch) | |
tree | d5dea93b0aef1125df22385315893f507c99af53 /games-roguelike | |
parent | games-puzzle/fish-fillets: respect AR (diff) | |
download | gentoo-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')
-rw-r--r-- | games-roguelike/scourge/files/scourge-0.21.1-respect-AR.patch | 11 |
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 + |