diff options
Diffstat (limited to 'multimedia/xine-ui/patches/patch-ai')
-rw-r--r-- | multimedia/xine-ui/patches/patch-ai | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/multimedia/xine-ui/patches/patch-ai b/multimedia/xine-ui/patches/patch-ai deleted file mode 100644 index d1801c453a2..00000000000 --- a/multimedia/xine-ui/patches/patch-ai +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ai,v 1.4 2010/05/07 17:46:25 drochner Exp $ - ---- src/xitk/stdctl.c.orig 2010-03-11 09:36:27.000000000 +0000 -+++ src/xitk/stdctl.c -@@ -170,7 +170,7 @@ void stdctl_start(void) { - int err; - - stdctl.fd = STDIN_FILENO; -- stdctl.fbk = gGui->stdout; -+ stdctl.fbk = STDOUT_FILENO; - - if((err = pthread_create(&(stdctl.thread), NULL, xine_stdctl_loop, NULL)) != 0) { - fprintf(stderr, _("%s(): can't create new thread (%s)\n"), __XINE_FUNCTION__, strerror(err)); |