diff options
author | Sam James <sam@gentoo.org> | 2021-04-10 09:10:45 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-10 09:10:45 +0000 |
commit | 898623b6c028af447679ce06655365da58846ce9 (patch) | |
tree | fdde9e82f1c95dcb5b0b8bd81666db9837a549c3 /games-puzzle | |
parent | games-roguelike/scourge: actually commit AR patch (diff) | |
download | gentoo-898623b6c028af447679ce06655365da58846ce9.tar.gz gentoo-898623b6c028af447679ce06655365da58846ce9.tar.bz2 gentoo-898623b6c028af447679ce06655365da58846ce9.zip |
games-puzzle/fish-fillets: actually commit AR patch
Closes: https://bugs.gentoo.org/778590
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/fish-fillets/files/fish-fillets-1.0.1-respect-AR.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games-puzzle/fish-fillets/files/fish-fillets-1.0.1-respect-AR.patch b/games-puzzle/fish-fillets/files/fish-fillets-1.0.1-respect-AR.patch new file mode 100644 index 000000000000..6fb973b0d461 --- /dev/null +++ b/games-puzzle/fish-fillets/files/fish-fillets-1.0.1-respect-AR.patch @@ -0,0 +1,11 @@ +https://bugs.gentoo.org/778590 +--- a/configure.in ++++ b/configure.in +@@ -12,6 +12,7 @@ AC_PROG_CXX + AC_PROG_CC + AC_PROG_INSTALL + AC_PROG_RANLIB ++AM_PROG_AR + + ################################################### + # Check for libm |