forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information
1 parent
1c9532d
commit 50d012f
Showing
2 changed files
with
29 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
games-emulation/dgen-sdl/files/dgen-sdl-1.33-AM_PROG_AR.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |