summaryrefslogtreecommitdiff
path: root/multimedia/gnome-media/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/gnome-media/patches/patch-ad')
-rw-r--r--multimedia/gnome-media/patches/patch-ad18
1 files changed, 18 insertions, 0 deletions
diff --git a/multimedia/gnome-media/patches/patch-ad b/multimedia/gnome-media/patches/patch-ad
new file mode 100644
index 00000000000..2e21755ad4a
--- /dev/null
+++ b/multimedia/gnome-media/patches/patch-ad
@@ -0,0 +1,18 @@
+$NetBSD: patch-ad,v 1.1.1.1 2004/02/22 16:31:00 jmmv Exp $
+
+--- gmix/gmix.h.orig Tue Jun 12 03:50:47 2001
++++ gmix/gmix.h
+@@ -36,6 +36,13 @@
+ } mixer_info;
+ #endif
+
++#if !defined(HAVE_MIXER_INFO) && !defined(SOUND_MIXER_INFO)
++typedef struct {
++ char id[20];
++ char name[40];
++} mixer_info;
++#endif
++
+ /*
+ * All, that is known about a mixer-device
+ */