From 107e145cb6037b120181fb19916e14ed543d5a6a Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sun, 21 Jun 2026 17:00:29 +0200 Subject: [PATCH 1/3] fix: muon --- anda/buildsys/muon/muon.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/buildsys/muon/muon.spec b/anda/buildsys/muon/muon.spec index 1475ff9e692..bc81230f328 100644 --- a/anda/buildsys/muon/muon.spec +++ b/anda/buildsys/muon/muon.spec @@ -9,7 +9,7 @@ URL: https://muon.build/ Source: https://git.sr.ht/~lattis/muon/archive/%{version}.tar.gz Patch0: fix-tracy-header-placement-quirk.patch # mdbook removed multilingual support, this patch can be removed when this package next bumps -Patch1: remove-multilingual-field.patch +%dnl Patch1: remove-multilingual-field.patch BuildRequires: meson BuildRequires: gcc From a8884482215f9f9bf6e60cd83330146aa4837a06 Mon Sep 17 00:00:00 2001 From: madomado Date: Sun, 28 Jun 2026 04:14:12 +0800 Subject: [PATCH 2/3] Update muon.spec Signed-off-by: madomado --- anda/buildsys/muon/muon.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/anda/buildsys/muon/muon.spec b/anda/buildsys/muon/muon.spec index bc81230f328..489cc702766 100644 --- a/anda/buildsys/muon/muon.spec +++ b/anda/buildsys/muon/muon.spec @@ -1,3 +1,6 @@ +%global _distro_extra_cflags -Wno-implicit-function-declaration +%global _distro_extra_cxxflags -Wno-implicit-function-declaration + Name: muon Version: 0.6.0 Release: 1%{?dist} From 252c889561fed892355831911f5cf6350936704b Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Wed, 8 Jul 2026 01:58:27 -0500 Subject: [PATCH 3/3] Try? --- anda/buildsys/muon/muon.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/anda/buildsys/muon/muon.spec b/anda/buildsys/muon/muon.spec index 489cc702766..e953a12d9af 100644 --- a/anda/buildsys/muon/muon.spec +++ b/anda/buildsys/muon/muon.spec @@ -46,7 +46,9 @@ An implementation of the meson build system in c99 with minimal dependencies. %autosetup -p1 %conf -%meson --wrap-mode=nofallback +%meson \ + --wrap-mode=nofallback \ + -D_GNU_SOURCE %build %meson_build