commit: 898623b6c028af447679ce06655365da58846ce9 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Apr 10 09:10:45 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Apr 10 09:10:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=898623b6
games-puzzle/fish-fillets: actually commit AR patch Closes: https://bugs.gentoo.org/778590 Signed-off-by: Sam James <sam <AT> gentoo.org> .../fish-fillets/files/fish-fillets-1.0.1-respect-AR.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 00000000000..6fb973b0d46 --- /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
