aboutsummaryrefslogtreecommitdiff
path: root/audio/sox/files
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2008-11-15 18:57:47 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2008-11-15 18:57:47 +0000
commit6421422044b1105f1264ef8df86ded123df00676 (patch)
tree61186ac1d8a7f7022404007d9feb2743f5451e99 /audio/sox/files
parent499474b837f84dfe7e9c7ca0b5d5e8040db5bc01 (diff)
downloadports-6421422044b1105f1264ef8df86ded123df00676.tar.gz
ports-6421422044b1105f1264ef8df86ded123df00676.zip
Notes
Diffstat (limited to 'audio/sox/files')
-rw-r--r--audio/sox/files/patch-sox.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/audio/sox/files/patch-sox.c b/audio/sox/files/patch-sox.c
deleted file mode 100644
index db6e1842903e..000000000000
--- a/audio/sox/files/patch-sox.c
+++ /dev/null
@@ -1,14 +0,0 @@
-Fix badly-imbalanced parens.
-
-diff -burp sox-14.1.0/src/sox.c sox-14.1.0-dan/src/sox.c
---- src/sox.c 2008-07-28 15:04:36.000000000 -0500
-+++ src/sox.c 2008-07-30 11:36:41.046073378 -0500
-@@ -1716,7 +1716,7 @@ int main(int argc, char **argv)
- combine_method = sox_concatenate;
-
- /* Make sure we got at least the required # of input filenames */
-- if (input_count < is_serial(combine_method ? 1 : 2))
-+ if (input_count < (is_serial(combine_method) ? 1 : 2))
- usage("Not enough input filenames specified");
-
- /* Check for misplaced input/output-specific options */