summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenton Groombridge <concord@gentoo.org>2024-06-10 10:35:26 -0400
committerKenton Groombridge <concord@gentoo.org>2024-06-10 10:35:26 -0400
commit855d7c87baa70cab57d634f459f97cf589e2f529 (patch)
tree9fa5f3282b5d4ce54fbce7ee0b0057b1fb23815b /net-voip
parentdev-lisp/trivial-gray-streams: update EAPI 7 -> 8 (diff)
downloadgentoo-855d7c87baa70cab57d634f459f97cf589e2f529.tar.gz
gentoo-855d7c87baa70cab57d634f459f97cf589e2f529.tar.bz2
gentoo-855d7c87baa70cab57d634f459f97cf589e2f529.zip
net-voip/murmur: avoid -Werror during build
Closes: https://bugs.gentoo.org/933876 Signed-off-by: Kenton Groombridge <concord@gentoo.org>
Diffstat (limited to 'net-voip')
-rw-r--r--net-voip/murmur/murmur-1.5.634.ebuild1
-rw-r--r--net-voip/murmur/murmur-9999.ebuild1
2 files changed, 2 insertions, 0 deletions
diff --git a/net-voip/murmur/murmur-1.5.634.ebuild b/net-voip/murmur/murmur-1.5.634.ebuild
index be38ba9a0de5..10ef9e24681e 100644
--- a/net-voip/murmur/murmur-1.5.634.ebuild
+++ b/net-voip/murmur/murmur-1.5.634.ebuild
@@ -108,6 +108,7 @@ src_configure() {
-DMUMBLE_INSTALL_SERVICEFILEDIR=$(systemd_get_systemunitdir)
-DMUMBLE_INSTALL_SYSUSERSDIR=$(systemd_get_userunitdir)
-DMUMBLE_INSTALL_TMPFILESDIR="/usr/lib/tmpfiles.d"
+ -Dwarnings-as-errors="OFF"
-Dzeroconf="$(usex zeroconf)"
)
if [[ "${PV}" != 9999 ]] ; then
diff --git a/net-voip/murmur/murmur-9999.ebuild b/net-voip/murmur/murmur-9999.ebuild
index be38ba9a0de5..10ef9e24681e 100644
--- a/net-voip/murmur/murmur-9999.ebuild
+++ b/net-voip/murmur/murmur-9999.ebuild
@@ -108,6 +108,7 @@ src_configure() {
-DMUMBLE_INSTALL_SERVICEFILEDIR=$(systemd_get_systemunitdir)
-DMUMBLE_INSTALL_SYSUSERSDIR=$(systemd_get_userunitdir)
-DMUMBLE_INSTALL_TMPFILESDIR="/usr/lib/tmpfiles.d"
+ -Dwarnings-as-errors="OFF"
-Dzeroconf="$(usex zeroconf)"
)
if [[ "${PV}" != 9999 ]] ; then