Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/pstoedit/files: pstoedit-3.45-gcc-4.4.patch
Date: Thu, 30 Apr 2009 18:23:01
Message-Id: E1LzauS-0008FY-0R@stork.gentoo.org
1 aballier 09/04/30 18:23:00
2
3 Added: pstoedit-3.45-gcc-4.4.patch
4 Log:
5 fix build with gcc 4.4, by Daniel J. <sleeperseven@×××××××.com>, bug #265044
6 (Portage version: 2.2_rc31/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 media-gfx/pstoedit/files/pstoedit-3.45-gcc-4.4.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pstoedit/files/pstoedit-3.45-gcc-4.4.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pstoedit/files/pstoedit-3.45-gcc-4.4.patch?rev=1.1&content-type=text/plain
13
14 Index: pstoedit-3.45-gcc-4.4.patch
15 ===================================================================
16 --- src/dynload.cpp 2009-04-05 21:52:11.000000000 -0400
17 +++ src/dynload.cpp 2009-04-05 21:53:09.000000000 -0400
18 @@ -138,7 +138,7 @@
19 dlclose(handle);
20 #elif defined(_WIN32)
21 (void) WINFREELIB((HINSTANCE) handle);
22 -#elif
23 +#else
24 #error "system unsupported so far"
25 #endif
26 handle = 0;