mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-11 21:42:39 -04:00
18 lines
404 B
C
18 lines
404 B
C
$NetBSD: patch-plugins_sound_oss_sound_oss.h,v 1.2 2012/12/01 15:28:03 darcy Exp $
|
|
|
|
- Add Dragonfly support
|
|
|
|
--- plugins/sound_oss/sound_oss.h.orig 2009-09-21 00:25:31.000000000 +0000
|
|
+++ plugins/sound_oss/sound_oss.h
|
|
@@ -15,6 +15,10 @@
|
|
#include <sys/soundcard.h>
|
|
#endif
|
|
|
|
+#ifdef P_DRAGONFLY
|
|
+#include <sys/soundcard.h>
|
|
+#endif
|
|
+
|
|
#ifdef P_FREEBSD
|
|
#if P_FREEBSD >= 500000
|
|
#include <sys/soundcard.h>
|