freebsd-ports/multimedia/fxtv/files/patch-ad
MIHIRA Sanpei Yoshiro 991b898e72 Re-add multimedia/fxtv and mplex
- update Mastersite
 - take maintainership from ports@FreeBSD.org.

Feature safe:	yes
2011-11-27 11:56:22 +00:00

13 lines
420 B
Text

--- voxware.h.orig Sat Sep 7 16:51:45 2002
+++ voxware.h Sat Sep 7 16:51:58 2002
@@ -30,9 +30,7 @@
#ifndef __VOXWARE_H
#define __VOXWARE_H
-#if defined(__FreeBSD__)
-# include <machine/soundcard.h>
-#elif defined(linux) || defined(__bsdi__)
+#if defined(linux) || defined(__bsdi__) || defined(__FreeBSD__)
# include <sys/soundcard.h>
#elif defined(__NetBSD__) || defined(__OpenBSD__)
# include <soundcard.h>