ec506d9816
* 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.
13 lines
466 B
Text
13 lines
466 B
Text
$NetBSD: patch-ac,v 1.3 2006/04/14 09:56:03 adam Exp $
|
|
|
|
--- lib/portmixer/px_unix_oss/px_unix_oss.c.orig 2006-02-05 00:54:14.000000000 +0100
|
|
+++ lib/portmixer/px_unix_oss/px_unix_oss.c
|
|
@@ -38,7 +38,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 */
|