summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-06-21 15:19:38 +0200
committerDavid Seifert <soap@gentoo.org>2020-06-21 15:19:38 +0200
commit2fdd166c935b4d024aea314a6252e33d370dd8cc (patch)
tree74c7c4bc314aead67ffd12879c214d499f60d6a8 /media-sound/streamripper/files
parentsys-devel/binutils-config: bump up to 5.3.2 (diff)
downloadgentoo-2fdd166c935b4d024aea314a6252e33d370dd8cc.tar.gz
gentoo-2fdd166c935b4d024aea314a6252e33d370dd8cc.tar.bz2
gentoo-2fdd166c935b4d024aea314a6252e33d370dd8cc.zip
media-sound/streamripper: [QA] Add AM_PROG_AR
Closes: https://bugs.gentoo.org/724760 Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-sound/streamripper/files')
-rw-r--r--media-sound/streamripper/files/streamripper-1.64.6-fix-autotools.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/media-sound/streamripper/files/streamripper-1.64.6-fix-autotools.patch b/media-sound/streamripper/files/streamripper-1.64.6-fix-autotools.patch
new file mode 100644
index 000000000000..a0bb6151700a
--- /dev/null
+++ b/media-sound/streamripper/files/streamripper-1.64.6-fix-autotools.patch
@@ -0,0 +1,11 @@
+diff -ur ORIG/configure.ac MOD/configure.ac
+--- ORIG/configure.ac 2020-06-21 13:23:49.051525439 +0200
++++ MOD/configure.ac 2020-06-21 13:24:14.279437637 +0200
+@@ -24,6 +24,7 @@
+
+ AC_PROG_INSTALL
+ AC_PROG_RANLIB
++AM_PROG_AR
+
+ dnl test for inline
+ AC_C_INLINE