aboutsummaryrefslogtreecommitdiff
path: root/audio/wmmixer
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@FreeBSD.org>2002-09-12 22:17:23 +0000
committerBruce A. Mah <bmah@FreeBSD.org>2002-09-12 22:17:23 +0000
commiteb543f87767d5b82cafd853cfce8368ffc0173a7 (patch)
tree34099d6b54705a04199ebab25dc0dbf64a6e2f2c /audio/wmmixer
parent6f403183135323a3f43cb39a94bac48a7af1cead (diff)
downloadports-eb543f87767d5b82cafd853cfce8368ffc0173a7.tar.gz
ports-eb543f87767d5b82cafd853cfce8368ffc0173a7.zip
Notes
Diffstat (limited to 'audio/wmmixer')
-rw-r--r--audio/wmmixer/files/patch-ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/wmmixer/files/patch-ac b/audio/wmmixer/files/patch-ac
new file mode 100644
index 000000000000..7ff2eeb51af7
--- /dev/null
+++ b/audio/wmmixer/files/patch-ac
@@ -0,0 +1,11 @@
+--- wmmixer.cc.orig Thu Sep 12 15:06:32 2002
++++ wmmixer.cc Thu Sep 12 15:06:48 2002
+@@ -503,7 +503,7 @@
+ }
+ }
+
+-void checkVol(bool forced=true){
++void checkVol(bool forced){
+ mixctl->readVol(channel[curchannel], true);
+ int nl=mixctl->readLeft(channel[curchannel]);
+ int nr=mixctl->readRight(channel[curchannel]);