diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-04-24 10:22:14 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-04-24 10:22:14 +0000 |
commit | 6be9ba55408f7d867e343cf3ecc487e33dafea25 (patch) | |
tree | e773812fd747f4466966dd4ad9eb7bb063b742c9 /audio/wmsmixer/files/patch-wmsmixer.cc | |
parent | Revert r532749, it's already in x11-fonts/jf-openhuninn (diff) |
- 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
Diffstat (limited to 'audio/wmsmixer/files/patch-wmsmixer.cc')
-rw-r--r-- | audio/wmsmixer/files/patch-wmsmixer.cc | 11 |
1 files changed, 11 insertions, 0 deletions
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]); |