pkgsrc/multimedia/fxtv/patches/patch-an
dholland 6ed83acafe Patch LP64 problems, add patch comments, fix some pkglint.
This may or may not fully run on LP64 platforms but it's much more
likely to now than previously.
2011-07-05 03:27:22 +00:00

15 lines
448 B
Text

$NetBSD: patch-an,v 1.2 2011/07/05 03:27:22 dholland Exp $
Dragonfly support.
--- voxware.h.orig 2006-01-03 14:46:08.000000000 +0000
+++ voxware.h
@@ -32,7 +32,7 @@
#if defined(__FreeBSD__)
# include <machine/soundcard.h>
-#elif defined(linux) || defined(__bsdi__)
+#elif defined(linux) || defined(__bsdi__) || defined(__DragonFly__)
# include <sys/soundcard.h>
#elif defined(__NetBSD__) || defined(__OpenBSD__)
# include <soundcard.h>