From 559dc947292766686383f7a9e2364746b6be393d Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Thu, 26 Apr 2007 00:11:37 +0000 Subject: o Update zaptel to 1.4.1; Submitted by: Oleksandr Tymoshenko o update libpri to 1.4.0; PR: 111555 Submitted by: "Phillip N." o update asterisk12 to 1.2.7. Sponsored by: Sippy Software, Inc. ( http://www.sippysoft.com/ ) The reason it all is going in together is that they are interdependent. --- net/asterisk12/files/patch-codecs::codec_zap.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 net/asterisk12/files/patch-codecs::codec_zap.c (limited to 'net/asterisk12/files/patch-codecs::codec_zap.c') diff --git a/net/asterisk12/files/patch-codecs::codec_zap.c b/net/asterisk12/files/patch-codecs::codec_zap.c new file mode 100644 index 000000000000..3aab7443d8df --- /dev/null +++ b/net/asterisk12/files/patch-codecs::codec_zap.c @@ -0,0 +1,17 @@ + +$FreeBSD$ + +--- codecs/codec_zap.c ++++ codecs/codec_zap.c +@@ -39,7 +39,11 @@ + #include + #include + #include ++#if defined(__linux__) + #include ++#else ++#include ++#endif + + #include "asterisk/lock.h" + #include "asterisk/translate.h" -- cgit v1.2.3