From 7e1d695ed1a7e74755b42a38b5a68d58cda2dbb4 Mon Sep 17 00:00:00 2001 From: oreo639 Date: Sun, 13 Apr 2025 10:14:57 -0700 Subject: [PATCH] libaccounts-glib: fix building with gcc14 --- srcpkgs/libaccounts-glib/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/libaccounts-glib/template b/srcpkgs/libaccounts-glib/template index 0ceb9e3b4c0..5269a621f30 100644 --- a/srcpkgs/libaccounts-glib/template +++ b/srcpkgs/libaccounts-glib/template @@ -19,6 +19,8 @@ checksum=1e245338186bd481690d259d3a8b412c20c17149fcef3e8a66ec1f1705fabda4 # make_check_pre="dbus-run-session xvfb-run" make_check=no # test_store_locked_cancel +CFLAGS="-Wno-error=incompatible-pointer-types" + post_patch() { # Failing on musl if [ "$CROSS_BUILD" ]; then