commit:     85d706b3d2841c4bc90293f8e527ab087c4832ce
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  1 06:20:38 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan  1 22:21:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85d706b3

media-libs/bcg729: don't use -Werror

Closes: https://bugs.gentoo.org/751301
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/bcg729/bcg729-1.0.4-r1.ebuild | 7 ++++++-
 media-libs/bcg729/bcg729-1.1.1.ebuild    | 7 ++++++-
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/media-libs/bcg729/bcg729-1.0.4-r1.ebuild 
b/media-libs/bcg729/bcg729-1.0.4-r1.ebuild
index ce3201c782e..04926f70bcf 100644
--- a/media-libs/bcg729/bcg729-1.0.4-r1.ebuild
+++ b/media-libs/bcg729/bcg729-1.0.4-r1.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
@@ -20,6 +20,11 @@ RDEPEND="
 S=${WORKDIR}/${P/_/-}
 DOCS=( AUTHORS NEWS README.md )
 
+src_prepare() {
+       sed -i -e '/-Werror/d' CMakeLists.txt || die
+       cmake-utils_src_prepare
+}
+
 src_configure() {
        mycmakeargs=(
                -DENABLE_STATIC=$(usex static-libs)

diff --git a/media-libs/bcg729/bcg729-1.1.1.ebuild 
b/media-libs/bcg729/bcg729-1.1.1.ebuild
index e724197e7cf..3a492a09a32 100644
--- a/media-libs/bcg729/bcg729-1.1.1.ebuild
+++ b/media-libs/bcg729/bcg729-1.1.1.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
@@ -17,6 +17,11 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~x86"
 
 RDEPEND="!media-plugins/mediastreamer-bcg729"
 
+src_prepare() {
+       sed -i -e 's/-Werror //' CMakeLists.txt || die
+       cmake_src_prepare
+}
+
 src_configure() {
        local mycmakeargs=(
                -DENABLE_STATIC=no

Reply via email to