pkgsrc/mbone/rat/patches/patch-ak
joerg 0a498280f1 Add DragonFly support. Allow build on newer NetBSD versions.
Don't require MTREE. Simplify Makefiles by building directly
as bin/rat -- pkgsrc doesn't support multiple builds in one
WRKSRC anyway.
2006-02-24 00:35:59 +00:00

13 lines
311 B
Text

$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>