aboutsummaryrefslogtreecommitdiffstats
path: root/main/freeswitch/0001-sofia-sip-byte-order.patch
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2017-04-03 14:25:53 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-04-04 08:43:27 +0000
commit313be3623d20ce034b4120777c1dd874f1f55dcf (patch)
tree546c4ef55d2a8e3ce218672393d750484a18a4ca /main/freeswitch/0001-sofia-sip-byte-order.patch
parent46c3436ab3f69b24ef32587f9a57445fbcc3f7ab (diff)
downloadaports-313be3623d20ce034b4120777c1dd874f1f55dcf.tar.bz2
aports-313be3623d20ce034b4120777c1dd874f1f55dcf.tar.xz
main/freeswitch: upgrade to 1.6.15
upgrade freeswitch to version 1.6.15 and fix patches that were not applying correctly due to code changes.
Diffstat (limited to 'main/freeswitch/0001-sofia-sip-byte-order.patch')
-rw-r--r--main/freeswitch/0001-sofia-sip-byte-order.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/freeswitch/0001-sofia-sip-byte-order.patch b/main/freeswitch/0001-sofia-sip-byte-order.patch
index 6344a3557d..91952fe533 100644
--- a/main/freeswitch/0001-sofia-sip-byte-order.patch
+++ b/main/freeswitch/0001-sofia-sip-byte-order.patch
@@ -39,7 +39,7 @@ index ca6bd3a..3d5677b 100644
AC_C_CONST
AC_C_INLINE
AC_C_INLINE_DEFINE
--AC_C_BIGENDIAN(AC_DEFINE([__BYTE_ORDER],__BIG_ENDIAN,[Big Endian]),AC_DEFINE([__BYTE_ORDER],__LITTLE_ENDIAN,[Little Endian]))
+-AC_C_BIGENDIAN(AC_DEFINE([SWITCH_BYTE_ORDER],__BIG_ENDIAN,[Big Endian]),AC_DEFINE([SWITCH_BYTE_ORDER],__LITTLE_ENDIAN,[Little Endian]))
AC_C_VAR_FUNC
AC_C_MACRO_FUNCTION