aboutsummaryrefslogtreecommitdiffstats
path: root/community/gnome-builder/fix-musl.patch
blob: 1aa572d26efeb0ce3c6a122cd5edf19801172ef9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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