summaryrefslogtreecommitdiff
path: root/audio/rioutil/patches/patch-ac
blob: 1a37e7af9994d14363276546e8d663cf235e2269 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.1 2005/12/07 17:35:37 joerg Exp $

--- librioutil/driver_standard.c.orig	2005-12-07 17:14:39.000000000 +0000
+++ librioutil/driver_standard.c
@@ -33,7 +33,7 @@
 #ifdef linux
 #include <linux/usb.h>
 #define RIODEVICE  "/dev/usb/rio"
-#elif defined(__FreeBSD__)
+#elif defined(__FreeBSD__) || defined(__DragonFly__)
 #define RIODEVICE "/dev/urio"
 #elif defined(__NetBSD__)
 #define RIODEVICE "/dev/urio"