summaryrefslogtreecommitdiff
path: root/net/openh323/patches
diff options
context:
space:
mode:
Diffstat (limited to 'net/openh323/patches')
-rw-r--r--net/openh323/patches/patch-ab13
-rw-r--r--net/openh323/patches/patch-ad13
-rw-r--r--net/openh323/patches/patch-ae13
-rw-r--r--net/openh323/patches/patch-af13
-rw-r--r--net/openh323/patches/patch-ag12
-rw-r--r--net/openh323/patches/patch-ah13
-rw-r--r--net/openh323/patches/patch-ai13
7 files changed, 90 insertions, 0 deletions
diff --git a/net/openh323/patches/patch-ab b/net/openh323/patches/patch-ab
new file mode 100644
index 00000000000..7e349ab332b
--- /dev/null
+++ b/net/openh323/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.3 2007/08/08 21:37:20 joerg Exp $
+
+--- plugins/audio/GSM0610/gsm06_10_codec.c.orig 2007-08-08 20:43:26.000000000 +0000
++++ plugins/audio/GSM0610/gsm06_10_codec.c
+@@ -65,7 +65,7 @@
+
+ PLUGIN_CODEC_IMPLEMENT(GSM_0610)
+
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <string.h>
+
+ #include "inc/gsm.h"
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"
diff --git a/net/openh323/patches/patch-ae b/net/openh323/patches/patch-ae
new file mode 100644
index 00000000000..3fa8ead5552
--- /dev/null
+++ b/net/openh323/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2007/08/08 21:37:21 joerg Exp $
+
+--- plugins/audio/iLBC/ilbccodec.c.orig 2007-08-08 20:48:37.000000000 +0000
++++ plugins/audio/iLBC/ilbccodec.c
+@@ -36,7 +36,7 @@
+
+ PLUGIN_CODEC_IMPLEMENT("iLBC")
+
+-#include <malloc.h>
++#include <stdlib.h>
+
+ #include "iLBC/iLBC_encode.h"
+ #include "iLBC/iLBC_decode.h"
diff --git a/net/openh323/patches/patch-af b/net/openh323/patches/patch-af
new file mode 100644
index 00000000000..e389cdb8c12
--- /dev/null
+++ b/net/openh323/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2007/08/08 21:37:21 joerg Exp $
+
+--- plugins/audio/LPC_10/lpc_10_codec.c.orig 2007-08-08 20:50:34.000000000 +0000
++++ plugins/audio/LPC_10/lpc_10_codec.c
+@@ -30,7 +30,7 @@
+
+ #include <opalplugin.h>
+
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <string.h>
+
+ #include "lpc10.h"
diff --git a/net/openh323/patches/patch-ag b/net/openh323/patches/patch-ag
new file mode 100644
index 00000000000..02cf5956d7c
--- /dev/null
+++ b/net/openh323/patches/patch-ag
@@ -0,0 +1,12 @@
+$NetBSD: patch-ag,v 1.1 2007/08/08 21:37:21 joerg Exp $
+
+--- plugins/audio/VoiceAgeG729/g729codec.c.orig 2007-08-08 20:51:46.000000000 +0000
++++ plugins/audio/VoiceAgeG729/g729codec.c
+@@ -38,7 +38,6 @@ PLUGIN_CODEC_IMPLEMENT("VoiceAgeG729")
+ #pragma comment(linker, "/NODEFAULTLIB:libcmt.lib")
+
+ #include <stdlib.h>
+-#include <malloc.h>
+ #include "va_g729/va_g729a.h"
+
+ #define SAMPLES_PER_FRAME L_FRAME
diff --git a/net/openh323/patches/patch-ah b/net/openh323/patches/patch-ah
new file mode 100644
index 00000000000..a378d4f9566
--- /dev/null
+++ b/net/openh323/patches/patch-ah
@@ -0,0 +1,13 @@
+$NetBSD: patch-ah,v 1.1 2007/08/08 21:37:21 joerg Exp $
+
+--- plugins/audio/G726/g726codec.c.orig 2007-08-08 20:52:58.000000000 +0000
++++ plugins/audio/G726/g726codec.c
+@@ -53,7 +53,7 @@
+
+ PLUGIN_CODEC_IMPLEMENT("G.726")
+
+-#include <malloc.h>
++#include <stdlib.h>
+
+ #include "g726/g72x.h"
+
diff --git a/net/openh323/patches/patch-ai b/net/openh323/patches/patch-ai
new file mode 100644
index 00000000000..7b281eff3d3
--- /dev/null
+++ b/net/openh323/patches/patch-ai
@@ -0,0 +1,13 @@
+$NetBSD: patch-ai,v 1.1 2007/08/08 21:37:21 joerg Exp $
+
+--- plugins/audio/IMA_ADPCM/ima_adpcm.c.orig 2007-08-08 20:53:49.000000000 +0000
++++ plugins/audio/IMA_ADPCM/ima_adpcm.c
+@@ -38,7 +38,7 @@
+
+ PLUGIN_CODEC_IMPLEMENT("IMA-ADPCM")
+
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <string.h>
+
+ //By LH, Microsoft IMA ADPCM CODEC Capability