From 11c21c16d0edacb1d8b3cffa7942e1442868fa26 Mon Sep 17 00:00:00 2001
From: Kris Kennaway <kris@FreeBSD.org>
Date: Sun, 8 Sep 2002 00:48:14 +0000
Subject: Fix build on -current (machine/soundcard.h -> sys/soundcard.h, and
 #ifdef 0 -> #if 0)

---
 multimedia/fxtv/files/patch-ad | 13 +++++++++++++
 multimedia/fxtv/files/patch-ae | 11 +++++++++++
 2 files changed, 24 insertions(+)
 create mode 100644 multimedia/fxtv/files/patch-ad
 create mode 100644 multimedia/fxtv/files/patch-ae

(limited to 'multimedia/fxtv')

diff --git a/multimedia/fxtv/files/patch-ad b/multimedia/fxtv/files/patch-ad
new file mode 100644
index 000000000000..cecee252f3a3
--- /dev/null
+++ b/multimedia/fxtv/files/patch-ad
@@ -0,0 +1,13 @@
+--- 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>
diff --git a/multimedia/fxtv/files/patch-ae b/multimedia/fxtv/files/patch-ae
new file mode 100644
index 000000000000..8bc5c1c8fb3c
--- /dev/null
+++ b/multimedia/fxtv/files/patch-ae
@@ -0,0 +1,11 @@
+--- remote.c.orig	Sat Sep  7 16:54:12 2002
++++ remote.c	Sat Sep  7 16:54:24 2002
+@@ -65,7 +65,7 @@
+ /*      ******************** Local defines                ************** */
+ 
+ /*  FIXME: Remove this old code someday  */
+-#ifdef 0
++#if 0
+ #  define OLD_DEV_SYSMOUSE_STUFF
+ #endif
+ 
-- 
cgit debian/1.2.3+git2.25.1-1-2-gaceb0