Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/gxine/files: gxine-0.5.906-endif.patch
Date: Tue, 04 Oct 2011 13:10:58
Message-Id: 20111004131048.9AD122004C@flycatcher.gentoo.org
1 ssuominen 11/10/04 13:10:48
2
3 Added: gxine-0.5.906-endif.patch
4 Log:
5 Version bump.
6
7 (Portage version: 2.2.0_alpha60/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 media-video/gxine/files/gxine-0.5.906-endif.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/gxine/files/gxine-0.5.906-endif.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/gxine/files/gxine-0.5.906-endif.patch?rev=1.1&content-type=text/plain
14
15 Index: gxine-0.5.906-endif.patch
16 ===================================================================
17 lirc.c:227:3: error: ‘gxine_lirc_thread’ undeclared (first use in this function)
18
19 --- src/lirc.c
20 +++ src/lirc.c
21 @@ -223,8 +223,8 @@
22 if (gxine_lirc_thread_created)
23 pthread_join (gxine_lirc_thread, NULL);
24 gxine_lirc_start ();
25 -#endif
26 JS_SET_RVAL (cx, vp, gxine_lirc_thread ? JSVAL_TRUE : JSVAL_FALSE);
27 +#endif
28 return JS_TRUE;
29 }