mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
311 B
Plaintext
14 lines
311 B
Plaintext
$NetBSD: patch-ak,v 1.1 2006/02/24 00:35:59 joerg Exp $
|
|
|
|
--- src/auddev_freebsd.c.orig 2006-02-24 00:11:07.000000000 +0000
|
|
+++ src/auddev_freebsd.c
|
|
@@ -43,7 +43,7 @@
|
|
|
|
#include "assert.h"
|
|
#include "bat_include.h"
|
|
-#ifdef FreeBSD
|
|
+#if defined(FreeBSD) || defined(__DragonFly__)
|
|
|
|
#include <sys/soundcard.h>
|
|
|