summaryrefslogtreecommitdiff
path: root/media-sound/vsound/files/vsound-0.6-stdout.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /media-sound/vsound/files/vsound-0.6-stdout.patch
reinit the tree, so we can have metadata
Diffstat (limited to 'media-sound/vsound/files/vsound-0.6-stdout.patch')
-rw-r--r--media-sound/vsound/files/vsound-0.6-stdout.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/media-sound/vsound/files/vsound-0.6-stdout.patch b/media-sound/vsound/files/vsound-0.6-stdout.patch
new file mode 100644
index 000000000000..86cc6eb16c61
--- /dev/null
+++ b/media-sound/vsound/files/vsound-0.6-stdout.patch
@@ -0,0 +1,13 @@
+https://bugs.gentoo.org/show_bug.cgi?id=117320
+diff -Naur vsound-0.6-orig/vsound.in vsound-0.6/vsound.in
+--- vsound-0.6-orig/vsound.in 2004-07-11 04:08:43.000000000 -0600
++++ vsound-0.6/vsound.in 2007-03-11 22:05:20.000000000 -0600
+@@ -153,7 +153,7 @@
+
+ export VSOUND_DATA=./vsound$$.au
+
+-if [ "$verbose" ] && [ "$VSOUND_STDOUT" ]; then
++if [ "$verbose" = 1 ] && [ "$VSOUND_STDOUT" ]; then
+ echo "Error : cannot specify both --verbose and --stdout."
+ exit 1
+ fi