Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/vice/files: vice-2.4.20-xf86extensions.patch
Date: Sun, 26 Jul 2015 20:20:58
Message-Id: 20150726202047.3C718EE@oystercatcher.gentoo.org
1 mr_bones_ 15/07/26 20:20:47
2
3 Added: vice-2.4.20-xf86extensions.patch
4 Log:
5 Add upstream patch to work around compile failure described in bug #540142
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.1 app-emulation/vice/files/vice-2.4.20-xf86extensions.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/files/vice-2.4.20-xf86extensions.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/files/vice-2.4.20-xf86extensions.patch?rev=1.1&content-type=text/plain
14
15 Index: vice-2.4.20-xf86extensions.patch
16 ===================================================================
17 --- a/trunk/vice/src/arch/unix/x11/gnome/x11ui.c
18 +++ b/trunk/vice/src/arch/unix/x11/gnome/x11ui.c
19 @@ -102,9 +102,10 @@
20 #include "ui-threads.h"
21 #endif
22
23 -#ifdef USE_XF86_EXTENSIONS
24 +#if defined(USE_XF86_EXTENSIONS) || !defined(HAVE_VTE)
25 #include <gdk/gdkx.h>
26 #endif
27 +
28 #include "x11ui.h"
29
30 #ifdef DEBUG_X11UI