1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 04:35:39 +03:00
aports/community/gnome-builder/fix-musl.patch
2019-09-23 01:29:46 +02:00

13 lines
301 B
Diff

--- a/src/libide/foundry/ide-simple-build-system-discovery.c
+++ b/src/libide/foundry/ide-simple-build-system-discovery.c
@@ -27,6 +27,10 @@
#endif
#include <fnmatch.h>
+#if !defined(FNM_EXTMATCH)
+#define FNM_EXTMATCH 0
+#endif
+
#include "ide-simple-build-system-discovery.h"
typedef struct