pkgsrc/net/kiax/patches/patch-ad
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
421 B
Text

$NetBSD: patch-ad,v 1.3 2006/04/14 09:56:03 adam Exp $
--- lib/libiax2/src/iax-client.h.orig 2006-02-05 00:57:52.000000000 +0100
+++ lib/libiax2/src/iax-client.h
@@ -19,7 +19,7 @@
#pragma warning(disable:4200)
#endif
-#if defined(LINUX) || defined(__FreeBSD__) || defined(__NetBSD__)
+#if defined(LINUX) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__)
#else
#define socklen_t int
#endif