diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2011-02-06 08:32:06 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2011-02-06 08:32:06 +0000 |
commit | 2a80b9c08ade4b2a4cc680a7e48c0d1e880ca5f2 (patch) | |
tree | d9df0cd0165c3d956842fd66e40ce2ca178cfdfd /comms/spandsp/patches | |
parent | 2da05b13dbc70813a661c2aaf317eec8af578741 (diff) | |
download | pkgsrc-2a80b9c08ade4b2a4cc680a7e48c0d1e880ca5f2.tar.gz |
SpanDSP is a library of DSP functions for telephony, in the 8000
sample per second world of E1s, T1s, and higher order PCM channels.
It contains low level functions, such as basic filters. It also
contains higher level functions, such as cadenced supervisory tone
detection, and a complete software FAX machine. The software has
been designed to avoid intellectual property issues, using mature
techniques where all relevant patents have expired. See the file
DueDiligence for important information about these intellectual
property issues.
Diffstat (limited to 'comms/spandsp/patches')
-rw-r--r-- | comms/spandsp/patches/patch-aa | 22 | ||||
-rw-r--r-- | comms/spandsp/patches/patch-ab | 22 |
2 files changed, 44 insertions, 0 deletions
diff --git a/comms/spandsp/patches/patch-aa b/comms/spandsp/patches/patch-aa new file mode 100644 index 00000000000..c6f3f7864b5 --- /dev/null +++ b/comms/spandsp/patches/patch-aa @@ -0,0 +1,22 @@ +$NetBSD: patch-aa,v 1.1.1.1 2011/02/06 08:32:06 jnemeth Exp $ + +--- configure.orig 2011-02-06 01:41:29.000000000 +0000 ++++ configure +@@ -26914,7 +26914,7 @@ fi + + done + +-if test "${build}" == "${host}" ++if test "${build}" = "${host}" + then + + for ac_header in X11/X.h +@@ -28544,7 +28544,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLA + ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +-if test "${build}" == "${host}" ++if test "${build}" = "${host}" + then + case "${host}" in + x86_64-*) diff --git a/comms/spandsp/patches/patch-ab b/comms/spandsp/patches/patch-ab new file mode 100644 index 00000000000..d97892939f4 --- /dev/null +++ b/comms/spandsp/patches/patch-ab @@ -0,0 +1,22 @@ +$NetBSD: patch-ab,v 1.1.1.1 2011/02/06 08:32:06 jnemeth Exp $ + +--- unpack_gsm0610_data.sh.orig 2010-07-24 16:28:33.000000000 +0000 ++++ unpack_gsm0610_data.sh +@@ -53,7 +53,7 @@ else + cd gsm0610 + fi + +-if [ $1x == --no-exe-runx ] ++if [ $1x = --no-exe-runx ] + then + # Run the .exe files, which should be here + ./FR_A.EXE +@@ -77,7 +77,7 @@ rm -rf READ_FRA.TXT + rm -rf ACTION + rm -rf unpacked + +-if [ $1x == --no-exex ] ++if [ $1x = --no-exex ] + then + # We need to prepare the .exe files to be run separately + rm -rf *.INP |