summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-laptop/pbbuttonsd/files/pbbuttonsd-0.8.1a-fno-common.patch')
-rw-r--r--app-laptop/pbbuttonsd/files/pbbuttonsd-0.8.1a-fno-common.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/app-laptop/pbbuttonsd/files/pbbuttonsd-0.8.1a-fno-common.patch b/app-laptop/pbbuttonsd/files/pbbuttonsd-0.8.1a-fno-common.patch
new file mode 100644
index 000000000000..5cb7e30ce021
--- /dev/null
+++ b/app-laptop/pbbuttonsd/files/pbbuttonsd-0.8.1a-fno-common.patch
@@ -0,0 +1,12 @@
+https://bugs.gentoo.org/771093
+--- a/src/driver_mixer_alsa.c
++++ b/src/driver_mixer_alsa.c
+@@ -32,7 +32,7 @@
+
+ #define SECTION "MODULE MIXER ALSA"
+
+-struct driver_alsamixer {
++extern struct driver_alsamixer {
+ char *card; /* name of the soundcard (usually "default" is fine) */
+ GString *channels; /* channel names to use */
+ struct {