From 6be9ba55408f7d867e343cf3ecc487e33dafea25 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Fri, 24 Apr 2020 10:22:14 +0000 Subject: - Resurrect, unbreak, and undeprecate the port - Transfer maintainership to the new volunteer - Add some missing USE_XORG entries while here PR: 244041 Submitted by: blackend --- audio/wmsmixer/files/patch-wmsmixer.cc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 audio/wmsmixer/files/patch-wmsmixer.cc (limited to 'audio/wmsmixer/files/patch-wmsmixer.cc') diff --git a/audio/wmsmixer/files/patch-wmsmixer.cc b/audio/wmsmixer/files/patch-wmsmixer.cc new file mode 100644 index 000000000000..dc388a529c67 --- /dev/null +++ b/audio/wmsmixer/files/patch-wmsmixer.cc @@ -0,0 +1,11 @@ +--- wmsmixer.cc.orig 2003-04-12 22:08:58 UTC ++++ wmsmixer.cc +@@ -547,7 +547,7 @@ void readFile() + } + } + +-void checkVol(bool forced=true) ++void checkVol(bool forced) + { + mixctl->readVol(channel[curchannel], true); + int nl=mixctl->readLeft(channel[curchannel]); -- cgit v1.2.3