mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-libs/gupnp-av: drop unnecessary (for us) -Werror=deprecated-declarations
Fixes build w/ new libxml2. Closes: https://bugs.gentoo.org/906641 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -32,6 +32,9 @@ BDEPEND="
|
||||
src_prepare() {
|
||||
use vala && vala_setup
|
||||
default
|
||||
|
||||
# This makes sense for upstream but not for us downstream, bug #906641.
|
||||
sed -i -e '/-Werror=deprecated-declarations/d' meson.build || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
|
||||
Reference in New Issue
Block a user