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 games-emulation/advancemame/files: advancemame-0.106.1-pic.patch
Date: Tue, 08 Sep 2009 15:39:45
Message-Id: E1Ml2nH-0001ji-So@stork.gentoo.org
1 mr_bones_ 09/09/08 15:39:43
2
3 Added: advancemame-0.106.1-pic.patch
4 Log:
5 version bump
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 games-emulation/advancemame/files/advancemame-0.106.1-pic.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/advancemame/files/advancemame-0.106.1-pic.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/advancemame/files/advancemame-0.106.1-pic.patch?rev=1.1&content-type=text/plain
13
14 Index: advancemame-0.106.1-pic.patch
15 ===================================================================
16 --- ./advance/blit/blit.c.orig 2004-12-19 01:01:46.039956536 -0500
17 +++ ./advance/blit/blit.c 2004-12-19 01:01:19.566981040 -0500
18 @@ -28,6 +28,10 @@
19 * do so, delete this exception statement from your version.
20 */
21
22 +#if defined(USE_ASM_INLINE) && defined(__PIC__)
23 +# undef USE_ASM_INLINE
24 +#endif
25 +
26 #include "portable.h"
27
28 #include "blit.h"