summaryrefslogtreecommitdiff
path: root/net/opal3/files/patch-libspeex
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-04-05 22:23:15 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-04-05 22:23:15 +0000
commit811d149205fc0b86d8137431a68e888c6654ae17 (patch)
tree039bc18c46e2396794601cf3f468b66050df2976 /net/opal3/files/patch-libspeex
parentSmall fix for port vtk43 (diff)
New port net/opal based on net/openh323
OPAL is the "next generation" of OpenH323 that has a new architecture. The new port is based on net/openh323 (same author, port Makefiles very similar), so could you please: 1) make a repocopy from openh323 to opal 2) apply the patch in opal, note that old patch files are removed, and a new patch file is provided PR: ports/95320 Submitted by: Jean-Baptiste Quenot <jbq@caraldi.com>
Notes
Notes: svn path=/head/; revision=158901
Diffstat (limited to 'net/opal3/files/patch-libspeex')
-rw-r--r--net/opal3/files/patch-libspeex13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/opal3/files/patch-libspeex b/net/opal3/files/patch-libspeex
new file mode 100644
index 000000000000..995ce4236118
--- /dev/null
+++ b/net/opal3/files/patch-libspeex
@@ -0,0 +1,13 @@
+--- src/codec/speex/libspeex/kiss_fft.h.orig Tue Apr 4 10:58:34 2006
++++ src/codec/speex/libspeex/kiss_fft.h Tue Apr 4 10:58:57 2006
+@@ -6,10 +6,6 @@
+ #include <math.h>
+ #include <memory.h>
+
+-#ifndef P_MACOSX
+-#include <malloc.h> // RMF
+-#endif
+-
+ #ifdef __cplusplus
+ extern "C" {
+ #endif