summaryrefslogtreecommitdiff
path: root/graphics/fxtv
diff options
context:
space:
mode:
authorRoger Hardiman <roger@FreeBSD.org>1999-09-08 16:20:45 +0000
committerRoger Hardiman <roger@FreeBSD.org>1999-09-08 16:20:45 +0000
commitb2f94dc73256ba880d54f7ed58f8e8de9e4b3f16 (patch)
treec141f339b9698fba34ef0ea775161b560376f080 /graphics/fxtv
parentFix a filename which contains an explicit version number. (diff)
Patch to allow FXTV to compile on older Bt848 drivers without the Australian
channel set
Notes
Notes: svn path=/head/; revision=21414
Diffstat (limited to 'graphics/fxtv')
-rw-r--r--graphics/fxtv/files/patch-aa15
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/fxtv/files/patch-aa b/graphics/fxtv/files/patch-aa
new file mode 100644
index 000000000000..a3dcb421af2e
--- /dev/null
+++ b/graphics/fxtv/files/patch-aa
@@ -0,0 +1,15 @@
+*** tvcapture.c.orig Wed Sep 8 16:28:54 1999
+--- tvcapture.c Wed Sep 8 16:29:38 1999
+*************** char *TVCAPTUREGetTunerFreqSetName( TV_C
+*** 686,693 ****
+--- 686,695 ----
+ return "jpncable";
+ case CHNLSET_XUSSR:
+ return "xussr";
++ #ifdef CHNLSET_AUSTRALIA
+ case CHNLSET_AUSTRALIA:
+ return "australia";
++ #endif
+ default:
+ return NULL;
+ }