freebsd-ports/multimedia/xdvshow/files/patch-src::xdvshow-audio.c
Hidetoshi Shimokawa 298a1159a6 xdvshow is a DV/RTP viewer on X11.
Reviewed by: nork
2003-05-13 07:44:57 +00:00

14 lines
322 B
C

--- src/xdvshow-audio.c.orig Mon May 6 23:22:38 2002
+++ src/xdvshow-audio.c Mon May 12 22:38:09 2003
@@ -36,9 +36,9 @@
#include <fcntl.h>
#include <unistd.h>
-#ifdef FREEBSD_4
+#ifdef __FreeBSD__
#include <sys/soundcard.h>
-#endif /* FREEBSD_4 */
+#endif /* __FreeBSD__ */
#ifdef NETBSD
#include <sys/ioccom.h>