File xawtv-read-config.patch of Package xawtv
Index: xawtv-3.102/x11/xawtv.c
===================================================================
--- xawtv-3.102.orig/x11/xawtv.c
+++ xawtv-3.102/x11/xawtv.c
@@ -1766,7 +1766,7 @@ main(int argc, char *argv[])
audio_init();
/* build channel list */
- if (args.readconfig &&(f_drv & CAN_TUNE)) {
+ if (args.readconfig) {
if (debug)
fprintf(stderr,"main: parse channels from config file ...\n");
parse_config();