summaryrefslogtreecommitdiff
path: root/comms/asterisk/patches/patch-ak
diff options
context:
space:
mode:
authorriz <riz>2006-01-13 20:32:38 +0000
committerriz <riz>2006-01-13 20:32:38 +0000
commit4936a95fcb1f97c325344de3f57670b4eaad02e9 (patch)
tree68870952abc7c200609deaab377fbd49ee1464d2 /comms/asterisk/patches/patch-ak
parent53c8457287ada995eb83da49cf4b20d8614191c0 (diff)
downloadpkgsrc-4936a95fcb1f97c325344de3f57670b4eaad02e9.tar.gz
Update asterisk to version 1.2.1. Many, many bugfixes, and some
new features, including support for DUNDi. (http://www.dundi.com/ for more information) The initial framework and porting of this package upgrade was done by Martin J. Laubach, with lots of feature/PLIST fixes by me. DragonFly support added by Joerg Sonnenberger.
Diffstat (limited to 'comms/asterisk/patches/patch-ak')
-rw-r--r--comms/asterisk/patches/patch-ak15
1 files changed, 3 insertions, 12 deletions
diff --git a/comms/asterisk/patches/patch-ak b/comms/asterisk/patches/patch-ak
index 650ca078c5e..19713edfe4e 100644
--- a/comms/asterisk/patches/patch-ak
+++ b/comms/asterisk/patches/patch-ak
@@ -1,17 +1,8 @@
-$NetBSD: patch-ak,v 1.1 2006/01/02 16:02:10 joerg Exp $
+$NetBSD: patch-ak,v 1.2 2006/01/13 20:32:38 riz Exp $
---- channels/chan_oss.c.orig 2006-01-02 15:34:15.000000000 +0000
+--- channels/chan_oss.c.orig 2006-01-13 00:31:44.000000000 +0000
+++ channels/chan_oss.c
-@@ -37,7 +37,7 @@
-
- #if defined( __OpenBSD__ )
- # include <sys/endian.h>
--#elif defined( __FreeBSD__ ) || defined( __NetBSD__ )
-+#elif defined( __FreeBSD__ ) || defined( __NetBSD__ ) || defined(__DragonFly__)
- # include <sys/endian.h>
- #elif defined( BSD ) && ( BSD >= 199103 ) || defined(__APPLE__)
- # include <machine/endian.h>
-@@ -54,7 +54,7 @@
+@@ -42,7 +42,7 @@
#ifdef __linux
#include <linux/soundcard.h>