aboutsummaryrefslogtreecommitdiff
path: root/audio/wmsmixer/files
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2020-04-24 10:22:14 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2020-04-24 10:22:14 +0000
commit6be9ba55408f7d867e343cf3ecc487e33dafea25 (patch)
treee773812fd747f4466966dd4ad9eb7bb063b742c9 /audio/wmsmixer/files
parent5956fa7b3c4f7eec70d23943d2ff341ac191f2c4 (diff)
downloadports-6be9ba55408f7d867e343cf3ecc487e33dafea25.tar.gz
ports-6be9ba55408f7d867e343cf3ecc487e33dafea25.zip
Notes
Diffstat (limited to 'audio/wmsmixer/files')
-rw-r--r--audio/wmsmixer/files/patch-Imakefile8
-rw-r--r--audio/wmsmixer/files/patch-mixctl.h11
-rw-r--r--audio/wmsmixer/files/patch-wmsmixer.cc11
3 files changed, 30 insertions, 0 deletions
diff --git a/audio/wmsmixer/files/patch-Imakefile b/audio/wmsmixer/files/patch-Imakefile
new file mode 100644
index 000000000000..5f9b582ac665
--- /dev/null
+++ b/audio/wmsmixer/files/patch-Imakefile
@@ -0,0 +1,8 @@
+--- Imakefile.orig 2003-04-12 22:08:16 UTC
++++ Imakefile
+@@ -12,4 +12,4 @@ LD = c++ -m32 -nostdlib
+ SRCS = wmsmixer.cc
+ OBJS = wmsmixer.o
+
+-ComplexProgramTarget(wmsmixer)
++ComplexProgramTargetNoMan(wmsmixer)
diff --git a/audio/wmsmixer/files/patch-mixctl.h b/audio/wmsmixer/files/patch-mixctl.h
new file mode 100644
index 000000000000..9a27cf4c6dce
--- /dev/null
+++ b/audio/wmsmixer/files/patch-mixctl.h
@@ -0,0 +1,11 @@
+--- mixctl.h.orig 2001-03-02 10:32:05 UTC
++++ mixctl.h
+@@ -19,7 +19,7 @@
+ #include <soundcard.h>
+ #endif
+ #ifdef __FreeBSD__
+-#include <machine/soundcard.h>
++#include <sys/soundcard.h>
+ #endif
+ #ifdef __linux__
+ #include <linux/soundcard.h>
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]);