1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/audio/gkrellmvolume2/files/patch-oss_mixer.c
2004-05-18 19:47:25 +00:00

15 lines
343 B
C

Index: oss_mixer.c
diff -u -p oss_mixer.c.orig oss_mixer.c
--- oss_mixer.c.orig Wed May 19 04:39:27 2004
+++ oss_mixer.c Wed May 19 04:39:43 2004
@@ -32,6 +32,9 @@
#else
#include <sys/soundcard.h>
#endif
+#if defined(SOUND_MIXER_INFO) && defined(__FreeBSD__)
+#undef SOUND_MIXER_INFO
+#endif
#include "mixer.h"
#include "oss_mixer.h"