aboutsummaryrefslogtreecommitdiff
path: root/multimedia/fxtv
diff options
context:
space:
mode:
authorRoger Hardiman <roger@FreeBSD.org>1999-09-08 17:23:00 +0000
committerRoger Hardiman <roger@FreeBSD.org>1999-09-08 17:23:00 +0000
commitc79e7ed839a9b49b84802b031c0a481a435aa0fe (patch)
tree7cf417f0fb1b625996d6a7ec11997411add1d26a /multimedia/fxtv
parent4c63b226efc5b8c1b95b60f9295dc3a27427755c (diff)
downloadports-c79e7ed839a9b49b84802b031c0a481a435aa0fe.tar.gz
ports-c79e7ed839a9b49b84802b031c0a481a435aa0fe.zip
Expand the patch to work on drivers without the XUSSR channel set too.
This means FXTV should be able to compile on the really old Bt848 driver that ships with FreeBSD 2.2.8
Notes
Notes: svn path=/head/; revision=21421
Diffstat (limited to 'multimedia/fxtv')
-rw-r--r--multimedia/fxtv/files/patch-aa12
1 files changed, 8 insertions, 4 deletions
diff --git a/multimedia/fxtv/files/patch-aa b/multimedia/fxtv/files/patch-aa
index a3dcb421af2e..f68737fa1c4f 100644
--- a/multimedia/fxtv/files/patch-aa
+++ b/multimedia/fxtv/files/patch-aa
@@ -1,11 +1,15 @@
-*** tvcapture.c.orig Wed Sep 8 16:28:54 1999
---- tvcapture.c Wed Sep 8 16:29:38 1999
+*** tvcapture.c.orig Tue Sep 7 03:11:47 1999
+--- tvcapture.c Wed Sep 8 17:46:13 1999
*************** char *TVCAPTUREGetTunerFreqSetName( TV_C
-*** 686,693 ****
---- 686,695 ----
+*** 684,693 ****
+--- 684,697 ----
+ return "jpnbcst";
+ case CHNLSET_JPNCABLE:
return "jpncable";
++ #ifdef CHNLSET_XUSSR
case CHNLSET_XUSSR:
return "xussr";
++ #endif
+ #ifdef CHNLSET_AUSTRALIA
case CHNLSET_AUSTRALIA:
return "australia";