diff options
author | David Seifert <soap@gentoo.org> | 2020-07-05 02:23:29 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-07-05 02:23:29 +0200 |
commit | 50d012f7120607d69c10e0938e16fa392bf699d7 (patch) | |
tree | 48b4fc56b6e9bd93cecbc12399570b86dff57124 /games-emulation/dgen-sdl/files | |
parent | games-emulation/generator: Fix build system (diff) | |
download | gentoo-50d012f7120607d69c10e0938e16fa392bf699d7.tar.gz gentoo-50d012f7120607d69c10e0938e16fa392bf699d7.tar.bz2 gentoo-50d012f7120607d69c10e0938e16fa392bf699d7.zip |
games-emulation/dgen-sdl: Call AM_PROG_AR
Closes: https://bugs.gentoo.org/724410
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-emulation/dgen-sdl/files')
-rw-r--r-- | games-emulation/dgen-sdl/files/dgen-sdl-1.33-AM_PROG_AR.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games-emulation/dgen-sdl/files/dgen-sdl-1.33-AM_PROG_AR.patch b/games-emulation/dgen-sdl/files/dgen-sdl-1.33-AM_PROG_AR.patch new file mode 100644 index 000000000000..e04efcc01f38 --- /dev/null +++ b/games-emulation/dgen-sdl/files/dgen-sdl-1.33-AM_PROG_AR.patch @@ -0,0 +1,10 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -25,6 +25,7 @@ + AC_PROG_CXXCPP + AC_PROG_INSTALL + AC_PROG_LN_S ++AM_PROG_AR + AC_PROG_RANLIB + + dnl Set the value of make, if make doesn't already. |