summarylogtreecommitdiffstats
path: root/apr-nsig-fix.patch
diff options
context:
space:
mode:
authorKorynkai2023-08-14 06:18:56 +0000
committerKorynkai2023-08-14 06:18:56 +0000
commit27f41e6cd5324b61c455e3069e2b29f3c270228b (patch)
treed0bea703f958e6d94857d8bfa283b9cfca8a3869 /apr-nsig-fix.patch
parent6852608400e37264c84549eb5c815beb3a9af66c (diff)
downloadaur-freeswitch.tar.gz
upgpkg: v1.10.9
Diffstat (limited to 'apr-nsig-fix.patch')
-rw-r--r--apr-nsig-fix.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/apr-nsig-fix.patch b/apr-nsig-fix.patch
deleted file mode 100644
index 6248f0722f69..000000000000
--- a/apr-nsig-fix.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -Naur freeswitch-1.10.8.pristine/libs/apr/include/fspr_general.h freeswitch-1.10.8/libs/apr/include/fspr_general.h
---- freeswitch-1.10.8.pristine/libs/apr/include/fspr_general.h 2022-12-28 12:25:07.076204573 +0000
-+++ freeswitch-1.10.8/libs/apr/include/fspr_general.h 2022-12-28 12:26:34.536771598 +0000
-@@ -29,9 +29,9 @@
- #include "fspr_pools.h"
- #include "fspr_errno.h"
-
--#if !defined(_ANSI_SOURCE) && defined(_DARWIN_C_SOURCE)
--#define NSIG __DARWIN_NSIG
--#endif
-+//#if !defined(_ANSI_SOURCE) && defined(_DARWIN_C_SOURCE)
-+//#define NSIG __DARWIN_NSIG
-+//#endif
-
- #if APR_HAVE_SIGNAL_H
- #include <signal.h>