commit:     6125e7f8338ce483390e0b9772b4353512bec346
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 12 16:53:26 2021 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Jan 12 16:53:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6125e7f8

media-libs/libquvi: Fixed build with sys-devel/autoconf:2.70

Closes: https://bugs.gentoo.org/749816
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 media-libs/libquvi/files/libquvi-0.9.4-autoconf-2.70.patch | 11 +++++++++++
 media-libs/libquvi/libquvi-0.9.4-r100.ebuild               |  7 +++++--
 media-libs/libquvi/libquvi-0.9.4-r2.ebuild                 |  7 +++++--
 3 files changed, 21 insertions(+), 4 deletions(-)

diff --git a/media-libs/libquvi/files/libquvi-0.9.4-autoconf-2.70.patch 
b/media-libs/libquvi/files/libquvi-0.9.4-autoconf-2.70.patch
new file mode 100644
index 00000000000..4fe7757e813
--- /dev/null
+++ b/media-libs/libquvi/files/libquvi-0.9.4-autoconf-2.70.patch
@@ -0,0 +1,11 @@
+--- libquvi-0.9.4/configure.ac
++++ libquvi-0.9.4/configure.ac
+@@ -8,7 +8,7 @@
+ AC_INIT([libquvi], m4_esyscmd([./gen-ver.sh -c | tr -d '\n']),
+         [http://quvi.sf.net/bugs/],[],[http://quvi.sf.net/])
+ 
+-AC_DEFINE_UNQUOTED([BUILD_OPTS], "$@",
++AC_DEFINE_UNQUOTED([BUILD_OPTS], "$*",
+   [Define to configure invocation command line options])
+ 
+ # Interface

diff --git a/media-libs/libquvi/libquvi-0.9.4-r100.ebuild 
b/media-libs/libquvi/libquvi-0.9.4-r100.ebuild
index 6ef8499f4dc..1d357a00577 100644
--- a/media-libs/libquvi/libquvi-0.9.4-r100.ebuild
+++ b/media-libs/libquvi/libquvi-0.9.4-r100.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -38,7 +38,10 @@ BDEPEND="
        nls? ( sys-devel/gettext )
 "
 
-PATCHES=( "${FILESDIR}"/${PN}-0.9.1-headers-reinstall.patch )
+PATCHES=(
+       "${FILESDIR}"/${PN}-0.9.1-headers-reinstall.patch
+       "${FILESDIR}"/${PN}-0.9.4-autoconf-2.70.patch #749816
+)
 
 src_prepare() {
        default

diff --git a/media-libs/libquvi/libquvi-0.9.4-r2.ebuild 
b/media-libs/libquvi/libquvi-0.9.4-r2.ebuild
index d25e8694a5e..75d9b7ba823 100644
--- a/media-libs/libquvi/libquvi-0.9.4-r2.ebuild
+++ b/media-libs/libquvi/libquvi-0.9.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -32,7 +32,10 @@ BDEPEND="
        nls? ( sys-devel/gettext )
 "
 
-PATCHES=( "${FILESDIR}"/${PN}-0.9.1-headers-reinstall.patch )
+PATCHES=(
+       "${FILESDIR}"/${PN}-0.9.1-headers-reinstall.patch
+       "${FILESDIR}"/${PN}-0.9.4-autoconf-2.70.patch #749816
+)
 
 src_prepare() {
        default

Reply via email to