summaryrefslogtreecommitdiffstats
path: root/graphics/fxtv
diff options
context:
space:
mode:
authorroger <roger@FreeBSD.org>1999-09-08 17:23:00 +0000
committerroger <roger@FreeBSD.org>1999-09-08 17:23:00 +0000
commit76d6ad785d25ce14d62030f6d1e544eef5773a3f (patch)
tree8ce0081909c930e3863262e39fb0b2e741f7a44d /graphics/fxtv
parent012c9d215b49125ad5fdf26b52f4eb69bf0a9b19 (diff)
downloadFreeBSD-ports-76d6ad785d25ce14d62030f6d1e544eef5773a3f.zip
FreeBSD-ports-76d6ad785d25ce14d62030f6d1e544eef5773a3f.tar.gz
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
Diffstat (limited to 'graphics/fxtv')
-rw-r--r--graphics/fxtv/files/patch-aa12
1 files changed, 8 insertions, 4 deletions
diff --git a/graphics/fxtv/files/patch-aa b/graphics/fxtv/files/patch-aa
index a3dcb42..f68737f 100644
--- a/graphics/fxtv/files/patch-aa
+++ b/graphics/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";
OpenPOWER on IntegriCloud