asterisk-13.x: move package to abandoned packages
[feed/telephony.git] / net / asterisk-13.x / patches / 050-musl-glob-compat.patch
diff --git a/net/asterisk-13.x/patches/050-musl-glob-compat.patch b/net/asterisk-13.x/patches/050-musl-glob-compat.patch
deleted file mode 100644 (file)
index e7d50de..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
---- a/res/ael/ael.flex
-+++ b/res/ael/ael.flex
-@@ -79,6 +79,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revisi
- #if !defined(GLOB_ABORTED)
- #define GLOB_ABORTED GLOB_ABEND
- #endif
-+#if !defined(GLOB_BRACE)
-+#define GLOB_BRACE 0
-+#endif
-+#if !defined(GLOB_NOMAGIC)
-+#define GLOB_NOMAGIC 0
-+#endif
- #include "asterisk/logger.h"
- #include "asterisk/utils.h"
---- a/res/ael/ael_lex.c
-+++ b/res/ael/ael_lex.c
-@@ -838,6 +838,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revisi
- #if !defined(GLOB_ABORTED)
- #define GLOB_ABORTED GLOB_ABEND
- #endif
-+#if !defined(GLOB_BRACE)
-+#define GLOB_BRACE 0
-+#endif
-+#if !defined(GLOB_NOMAGIC)
-+#define GLOB_NOMAGIC 0
-+#endif
- #include "asterisk/logger.h"
- #include "asterisk/utils.h"