summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/gxine/files/gxine-0.5.906-endif.patch')
-rw-r--r--media-video/gxine/files/gxine-0.5.906-endif.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/media-video/gxine/files/gxine-0.5.906-endif.patch b/media-video/gxine/files/gxine-0.5.906-endif.patch
deleted file mode 100644
index 40c4a8a39458..000000000000
--- a/media-video/gxine/files/gxine-0.5.906-endif.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-lirc.c:227:3: error: ‘gxine_lirc_thread’ undeclared (first use in this function)
-
---- src/lirc.c
-+++ src/lirc.c
-@@ -223,8 +223,8 @@
- if (gxine_lirc_thread_created)
- pthread_join (gxine_lirc_thread, NULL);
- gxine_lirc_start ();
--#endif
- JS_SET_RVAL (cx, vp, gxine_lirc_thread ? JSVAL_TRUE : JSVAL_FALSE);
-+#endif
- return JS_TRUE;
- }
-