summaryrefslogtreecommitdiff
path: root/comms/asterisk/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'comms/asterisk/patches/patch-ak')
-rw-r--r--comms/asterisk/patches/patch-ak13
1 files changed, 0 insertions, 13 deletions
diff --git a/comms/asterisk/patches/patch-ak b/comms/asterisk/patches/patch-ak
deleted file mode 100644
index 19713edfe4e..00000000000
--- a/comms/asterisk/patches/patch-ak
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ak,v 1.2 2006/01/13 20:32:38 riz Exp $
-
---- channels/chan_oss.c.orig 2006-01-13 00:31:44.000000000 +0000
-+++ channels/chan_oss.c
-@@ -42,7 +42,7 @@
-
- #ifdef __linux
- #include <linux/soundcard.h>
--#elif defined(__FreeBSD__)
-+#elif defined(__FreeBSD__) || defined(__DragonFly__)
- #include <sys/soundcard.h>
- #else
- #include <soundcard.h>