summaryrefslogtreecommitdiff
path: root/package/xawtv/patches/patch-x11_rootv_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-10-12 20:54:12 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-10-12 20:54:12 +0200
commit0851c77c5104ab3e1e62520ca0b7f1fb9e7132bd (patch)
treedf36fcd34498f86987f4161e67385afa23da12b6 /package/xawtv/patches/patch-x11_rootv_c
parentfaa42a4f22ce1fa49db60a12881124f1dfaebdde (diff)
misc fixes from bulk build
Diffstat (limited to 'package/xawtv/patches/patch-x11_rootv_c')
-rw-r--r--package/xawtv/patches/patch-x11_rootv_c20
1 files changed, 20 insertions, 0 deletions
diff --git a/package/xawtv/patches/patch-x11_rootv_c b/package/xawtv/patches/patch-x11_rootv_c
new file mode 100644
index 000000000..8e3393f54
--- /dev/null
+++ b/package/xawtv/patches/patch-x11_rootv_c
@@ -0,0 +1,20 @@
+--- xawtv-3.102.orig/x11/rootv.c 2011-09-05 19:26:02.000000000 +0200
++++ xawtv-3.102/x11/rootv.c 2011-09-26 21:12:26.549340070 +0200
+@@ -133,7 +133,7 @@ catch_sig(int signal)
+ termsig = signal;
+ if (verbose)
+ fprintf(stderr,"received signal %d [%s]\n",
+- termsig,sys_siglist[termsig]);
++ termsig,strsignal(termsig));
+ }
+
+ static void usage(FILE *fp)
+@@ -422,7 +422,7 @@ main(int argc, char *argv[])
+ }
+ if (verbose && termsig)
+ fprintf(stderr,"exiting on signal %d [%s]\n",
+- termsig,sys_siglist[termsig]);
++ termsig,strsignal(termsig));
+ if (do_mute && have_mute)
+ XvSetPortAttribute(dpy,port,XV_MUTE,1);
+ XvStopVideo(dpy,port,win);