Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnustep-apps/cenon/files: cenon-3.9.6-gcc47.patch cenon-3.82-install.patch
Date: Tue, 03 Jul 2012 18:37:20
Message-Id: 20120703183709.098D52004C@flycatcher.gentoo.org
1 voyageur 12/07/03 18:37:09
2
3 Added: cenon-3.9.6-gcc47.patch
4 Removed: cenon-3.82-install.patch
5 Log:
6 Version bump, fix for GCC 4.7, remove old versions
7
8 (Portage version: 2.2.0_alpha115/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 gnustep-apps/cenon/files/cenon-3.9.6-gcc47.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/cenon/files/cenon-3.9.6-gcc47.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/cenon/files/cenon-3.9.6-gcc47.patch?rev=1.1&content-type=text/plain
15
16 Index: cenon-3.9.6-gcc47.patch
17 ===================================================================
18 --- cenon.app-3.93.orig/VHFShared/vhfCompatibility.h
19 +++ cenon.app-3.93/VHFShared/vhfCompatibility.h
20 @@ -44,7 +44,7 @@
21 #if defined( GNUSTEP_BASE_VERSION )
22
23 # define VHFIsDrawingToScreen() [[NSGraphicsContext currentContext] isDrawingToScreen]
24 -# define VHFSelectorIsEqual(a, b) sel_eq(a, b)
25 +# define VHFSelectorIsEqual(a, b) sel_isEqual(a, b)
26 # define VHFAntialiasing() [[NSGraphicsContext currentContext] shouldAntialias]
27 # define VHFSetAntialiasing(f) [[NSGraphicsContext currentContext] setShouldAntialias:f]
28 # define PSWait() [[NSGraphicsContext currentContext] flushGraphics]