diff options
Diffstat (limited to 'comms/spandsp/patches/patch-ab')
-rw-r--r-- | comms/spandsp/patches/patch-ab | 22 |
1 files changed, 22 insertions, 0 deletions
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 |