diff options
Diffstat (limited to 'comms/asterisk/patches/patch-am')
-rw-r--r-- | comms/asterisk/patches/patch-am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/comms/asterisk/patches/patch-am b/comms/asterisk/patches/patch-am new file mode 100644 index 00000000000..e63f4a4cbb6 --- /dev/null +++ b/comms/asterisk/patches/patch-am @@ -0,0 +1,13 @@ +$NetBSD: patch-am,v 1.1 2006/01/02 16:02:10 joerg Exp $ + +--- apps/app_intercom.c.orig 2006-01-02 15:39:06.000000000 +0000 ++++ apps/app_intercom.c +@@ -29,7 +29,7 @@ + + #if defined(__linux__) + #include <linux/soundcard.h> +-#elif defined(__FreeBSD__) ++#elif defined(__FreeBSD__) || defined(__DragonFly__) + #include <sys/soundcard.h> + #else + #include <soundcard.h> |