summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2020-09-27 11:45:59 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2020-09-27 11:46:16 +0200
commit3062c5d68e34b8bd55a539743ebfcd6a2c8bcb1e (patch)
treee4c653592bdb6cd303075d478fafeec1d848c050 /media-libs/rubberband/files
parentnet-wireless/horst: Update HOMEPAGE (diff)
downloadgentoo-3062c5d68e34b8bd55a539743ebfcd6a2c8bcb1e.tar.gz
gentoo-3062c5d68e34b8bd55a539743ebfcd6a2c8bcb1e.tar.bz2
gentoo-3062c5d68e34b8bd55a539743ebfcd6a2c8bcb1e.zip
media-libs/rubberband: fixed calling ar in 1.9.0
Closes: https://bugs.gentoo.org/743883 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-libs/rubberband/files')
-rw-r--r--media-libs/rubberband/files/rubberband-1.9.0-makefile.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/media-libs/rubberband/files/rubberband-1.9.0-makefile.patch b/media-libs/rubberband/files/rubberband-1.9.0-makefile.patch
new file mode 100644
index 000000000000..5539162dec29
--- /dev/null
+++ b/media-libs/rubberband/files/rubberband-1.9.0-makefile.patch
@@ -0,0 +1,13 @@
+diff --git a/Makefile.in b/Makefile.in
+index fdddb72..86c0548 100644
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -19,7 +19,7 @@ VAMP_PLUGIN_LIBS := @Vamp_LIBS@ $(LIBRARY_LIBS)
+ LADSPA_PLUGIN_LIBS := $(LIBRARY_LIBS)
+
+ MKDIR := mkdir
+-AR := ar
++AR ?= ar
+
+ INSTALL_BINDIR := $(PREFIX)/bin
+ INSTALL_INCDIR := $(PREFIX)/include/rubberband