mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-libs/gupnp: drop -Werror=deprecated-declarations to fix build w/ libxml2-2.11
Closes: https://bugs.gentoo.org/906124 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -47,6 +47,9 @@ BDEPEND="
|
||||
src_prepare() {
|
||||
default
|
||||
use vala && vala_setup
|
||||
|
||||
# This makes sense for upstream but not for us downstream, bug #906124.
|
||||
sed -i -e '/-Werror=deprecated-declarations/d' meson.build || die
|
||||
}
|
||||
|
||||
multilib_src_configure() {
|
||||
|
||||
Reference in New Issue
Block a user