diff options
Diffstat (limited to 'net/openh323/patches/patch-ad')
-rw-r--r-- | net/openh323/patches/patch-ad | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/openh323/patches/patch-ad b/net/openh323/patches/patch-ad new file mode 100644 index 00000000000..16624c22b05 --- /dev/null +++ b/net/openh323/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.1 2007/08/08 21:37:20 joerg Exp $ + +--- plugins/audio/Speex/speexcodec.cxx.orig 2007-08-08 20:47:32.000000000 +0000 ++++ plugins/audio/Speex/speexcodec.cxx +@@ -62,7 +62,7 @@ extern "C" { + PLUGIN_CODEC_IMPLEMENT("Speex") + }; + +-#include <malloc.h> ++#include <stdlib.h> + #include <string.h> + + #include "libspeex/speex.h" |