From 40d683be7240c8f3e0bcb080e1620669a0f94b7b Mon Sep 17 00:00:00 2001 From: John Date: Wed, 27 Jul 2022 15:53:14 +0200 Subject: [PATCH] kdelibs4support: fix musl patch --- srcpkgs/kdelibs4support/patches/0001-fix-test-build.patch | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kdelibs4support/patches/0001-fix-test-build.patch b/srcpkgs/kdelibs4support/patches/0001-fix-test-build.patch index a6df4865297..0df45ba8cfc 100644 --- a/srcpkgs/kdelibs4support/patches/0001-fix-test-build.patch +++ b/srcpkgs/kdelibs4support/patches/0001-fix-test-build.patch @@ -1,11 +1,12 @@ --- a/autotests/klocaletest.cpp +++ b/autotests/klocaletest.cpp -@@ -20,6 +20,8 @@ +@@ -20,6 +20,9 @@ #include "klocaletest.h" #include ++#if !defined(__GLIBC__) +#include -+ ++#endif #include "klocale.h" #include "klocale_p.h" #include "kconfiggroup.h"