summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2020-11-16 10:39:40 +0100
committerDavid Seifert <soap@gentoo.org>2020-11-16 10:39:40 +0100
commitda47b0e74bb59cdc66804a13bce61f1d4f335171 (patch)
treeec4ff1fcc9a923633ebde7d9af85cd6a6f2eff5d /media-sound/spek
parentapp-office/scribus: bump to 1.5.6.1 (diff)
downloadgentoo-da47b0e74bb59cdc66804a13bce61f1d4f335171.tar.gz
gentoo-da47b0e74bb59cdc66804a13bce61f1d4f335171.tar.bz2
gentoo-da47b0e74bb59cdc66804a13bce61f1d4f335171.zip
media-sound/spek: respect AR
Closes: https://bugs.gentoo.org/754861 Closes: https://github.com/gentoo/gentoo/pull/18280 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Reported-by: Agostino Sarrubo <ago@gentoo.org> Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-sound/spek')
-rw-r--r--media-sound/spek/files/spek-0.8.3-AR.patch18
-rw-r--r--media-sound/spek/spek-0.8.3-r1.ebuild1
2 files changed, 19 insertions, 0 deletions
diff --git a/media-sound/spek/files/spek-0.8.3-AR.patch b/media-sound/spek/files/spek-0.8.3-AR.patch
new file mode 100644
index 000000000000..be797ba663fc
--- /dev/null
+++ b/media-sound/spek/files/spek-0.8.3-AR.patch
@@ -0,0 +1,18 @@
+Bug: https://bugs.gentoo.org/754861
+https://github.com/alexkay/spek/pull/198
+
+diff --git a/configure.ac b/configure.ac
+index 3fc451b..b270033 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -5,6 +5,7 @@ AM_INIT_AUTOMAKE([1.11.1 foreign no-dist-gzip dist-xz serial-tests])
+ AM_SILENT_RULES([yes])
+
+ AC_LANG([C++])
++AM_PROG_AR
+ AC_PROG_CXX
+ CXXFLAGS="$CXXFLAGS -std=gnu++11 -Wall -Wextra"
+ AC_PROG_CXXCPP
+--
+2.26.2
+
diff --git a/media-sound/spek/spek-0.8.3-r1.ebuild b/media-sound/spek/spek-0.8.3-r1.ebuild
index 7a4eb6af0e76..be7cff895114 100644
--- a/media-sound/spek/spek-0.8.3-r1.ebuild
+++ b/media-sound/spek/spek-0.8.3-r1.ebuild
@@ -30,6 +30,7 @@ PATCHES=(
"${FILESDIR}"/${P}-stdlib.patch
"${FILESDIR}"/${P}-ffmpeg3.patch
"${FILESDIR}"/${P}-ffmpeg3-1.patch
+ "${FILESDIR}"/${P}-AR.patch
)
src_prepare() {