diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2007-04-26 00:11:37 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2007-04-26 00:11:37 +0000 |
commit | 559dc947292766686383f7a9e2364746b6be393d (patch) | |
tree | 1957adcda77ca0f7c9b40ff6c559cba6fda227a5 /net/asterisk12/files/patch-codecs::codec_zap.c | |
parent | FrostWire is an open-source peer-to-peer (P2P) file-sharing program. It uses (diff) |
o Update zaptel to 1.4.1;
Submitted by: Oleksandr Tymoshenko <gonzo@pbxpress.com>
o update libpri to 1.4.0;
PR: 111555
Submitted by: "Phillip N." <pneumann@gmail.com>
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.
Notes
Notes:
svn path=/head/; revision=190886
Diffstat (limited to 'net/asterisk12/files/patch-codecs::codec_zap.c')
-rw-r--r-- | net/asterisk12/files/patch-codecs::codec_zap.c | 17 |
1 files changed, 17 insertions, 0 deletions
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 <sys/ioctl.h> + #include <errno.h> + #include <sys/mman.h> ++#if defined(__linux__) + #include <linux/zaptel.h> ++#else ++#include <zaptel/zaptel.h> ++#endif + + #include "asterisk/lock.h" + #include "asterisk/translate.h" |