pkgsrc/audio/wmsmixer/patches/patch-ab
2005-12-11 20:51:07 +00:00

13 lines
323 B
Text

$NetBSD: patch-ab,v 1.1 2005/12/11 20:51:07 joerg Exp $
--- mixctl.h.orig 2005-12-11 20:44:55.000000000 +0000
+++ mixctl.h
@@ -18,7 +18,7 @@
#ifdef __NetBSD__
#include <soundcard.h>
#endif
-#ifdef __FreeBSD__
+#if defined(__FreeBSD__) || defined(__DragonFly__)
#include <machine/soundcard.h>
#endif
#ifdef __linux__