aboutsummaryrefslogtreecommitdiffstats
path: root/community/gnome-builder/fix-musl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/gnome-builder/fix-musl.patch')
-rw-r--r--community/gnome-builder/fix-musl.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/gnome-builder/fix-musl.patch b/community/gnome-builder/fix-musl.patch
deleted file mode 100644
index 1aa572d26ef..00000000000
--- a/community/gnome-builder/fix-musl.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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