aboutsummaryrefslogtreecommitdiffstats
path: root/main/freeswitch/pcre.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-10-29 17:00:15 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-11-07 16:46:09 +0000
commit0ddc3765e529787e59084f84b6006eb2c7b22a21 (patch)
tree05e57db3e0d255cba6e725d2f175a02ed9d9d333 /main/freeswitch/pcre.patch
parent3ac2734f08547043e723b6f020fd0033d70db413 (diff)
downloadaports-0ddc3765e529787e59084f84b6006eb2c7b22a21.tar.bz2
aports-0ddc3765e529787e59084f84b6006eb2c7b22a21.tar.xz
main/freeswitch: upgrade to 1.8.2
fixes #9548
Diffstat (limited to 'main/freeswitch/pcre.patch')
-rw-r--r--main/freeswitch/pcre.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/main/freeswitch/pcre.patch b/main/freeswitch/pcre.patch
deleted file mode 100644
index 54aafabdb9..0000000000
--- a/main/freeswitch/pcre.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/switch_regex.c b/src/switch_regex.c
-index 0531491..0435115 100644
---- a/src/switch_regex.c
-+++ b/src/switch_regex.c
-@@ -37,7 +37,7 @@ SWITCH_DECLARE(switch_regex_t *) switch_regex_compile(const char *pattern,
- int options, const char **errorptr, int *erroroffset, const unsigned char *tables)
- {
-
-- return pcre_compile(pattern, options, errorptr, erroroffset, tables);
-+ return (switch_regex_t *)pcre_compile(pattern, options, errorptr, erroroffset, tables);
-
- }
-