From 037c4b7be0769f9d8e2049ff145247ab75e9ad43 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 28 Aug 2024 13:13:47 +0200 Subject: [PATCH] poedit: fix musl build --- srcpkgs/poedit/patches/musl.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 srcpkgs/poedit/patches/musl.patch diff --git a/srcpkgs/poedit/patches/musl.patch b/srcpkgs/poedit/patches/musl.patch new file mode 100644 index 00000000000..ec68e8b05bb --- /dev/null +++ b/srcpkgs/poedit/patches/musl.patch @@ -0,0 +1,10 @@ +--- poedit-3.4.4/src/configuration.h 2024-05-09 18:46:58.000000000 +0200 ++++ - 2024-08-28 13:13:18.572855688 +0200 +@@ -27,6 +27,7 @@ + #define Poedit_configuration_h + + #include ++#include + + // What to do during msgmerge + enum MergeBehavior