pkgsrc/net/kiax/patches/patch-ab
adam ec506d9816 Changes 0.8.5:
* Updated Bulgarian, French, Polish, Spanish, German, Italian translations
* Fixed possible crash on systray click
* Fixed accidental dialing on group collapse
* Fixed DTMF from keyboard - invalid keys are filtered
* Cleaner disconnect (unregister all reigstered accounts)
* Contacts are now grouped in account folders
* New iaxclient with tipix Echo Cancellation
* Added support for Italian, Spanish and Hebrew languages
* While calling just press number keys to send DTMF (no need to switch to dialpad)
* Call register shows call duration
* Added icons for registration status tracking
* Added options for muting incoming and outgoing rings
* Added option to run command on incoming call
* Fixed bugs.
2006-04-14 09:56:03 +00:00

13 lines
466 B
Text

$NetBSD: patch-ab,v 1.3 2006/04/14 09:56:03 adam Exp $
--- lib/portaudio/pa_unix_oss/pa_unix_oss.c.orig 2006-02-05 00:51:06.000000000 +0100
+++ lib/portaudio/pa_unix_oss/pa_unix_oss.c
@@ -43,7 +43,7 @@
#ifdef __linux__
#include <linux/soundcard.h>
#else
-#if defined(__FreeBSD__) || defined(__NetBSD__)
+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__)
#include <sys/soundcard.h>
#else
#include <machine/soundcard.h> /* JH20010905 */