Import spandsp-0.0.5pre3 as wip/spandsp.

Library which provides many of the DSP functions needed for telephony.
This commit is contained in:
X400 2008-12-17 10:04:11 +00:00 committed by Thomas Klausner
parent faf0edb0ec
commit 2cae41c14c
2 changed files with 33 additions and 1 deletions

View file

@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.1.1.1 2008/12/05 15:20:25 x400 Exp $
$NetBSD: distinfo,v 1.1.1.2 2008/12/17 10:04:11 x400 Exp $
SHA1 (spandsp-0.0.5pre3.tgz) = 9b9300cbd64f3e3ab15a32ae6d0ef0129c59eb26
RMD160 (spandsp-0.0.5pre3.tgz) = 6e0fc53270247f426ffe98200c02b88abc78c088
Size (spandsp-0.0.5pre3.tgz) = 2441626 bytes
SHA1 (patch-aa) = 35691cd24c1972798c8c20249c7a16a4cfd7f4c9

31
spandsp/patches/patch-aa Normal file
View file

@ -0,0 +1,31 @@
$NetBSD: patch-aa,v 1.1.1.1 2008/12/17 10:04:11 x400 Exp $
--- configure.orig 2008-05-16 16:34:26.000000000 +0400
+++ configure
@@ -25857,7 +25857,7 @@
done
-if test "${build}" == "${host}"
+if test "${build}" = "${host}"
then
for ac_header in X11/X.h
@@ -27487,7 +27487,7 @@
ac_compiler_gnu=$ac_cv_c_compiler_gnu
-if test "${build}" == "${host}"
+if test "${build}" = "${host}"
then
case "${host}" in
x86_64-*)
@@ -28480,7 +28480,7 @@
fi
-if test "${build}" == "${host}"
+if test "${build}" = "${host}"
then
case "${host}" in
x86_64-*)