Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/mupen64plus/files: mupen64plus-1.5-gcc46.patch
Date: Wed, 13 Jul 2011 06:55:40
Message-Id: 20110713065527.80AC52004B@flycatcher.gentoo.org
1 tupone 11/07/13 06:55:27
2
3 Modified: mupen64plus-1.5-gcc46.patch
4 Log:
5 Better fix of Bug #363317 from upstream.
6
7 (Portage version: 2.1.10.4/cvs/Linux i686)
8
9 Revision Changes Path
10 1.2 games-emulation/mupen64plus/files/mupen64plus-1.5-gcc46.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mupen64plus/files/mupen64plus-1.5-gcc46.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mupen64plus/files/mupen64plus-1.5-gcc46.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mupen64plus/files/mupen64plus-1.5-gcc46.patch?r1=1.1&r2=1.2
15
16 Index: mupen64plus-1.5-gcc46.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus/files/mupen64plus-1.5-gcc46.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- mupen64plus-1.5-gcc46.patch 15 Apr 2011 11:45:26 -0000 1.1
23 +++ mupen64plus-1.5-gcc46.patch 13 Jul 2011 06:55:27 -0000 1.2
24 @@ -5,7 +5,7 @@
25 ifeq ($(ARCH), 64BITS_32)
26 CFLAGS += -m32
27 - LDFLAGS += -m32 -m elf_i386
28 -+ LDFLAGS += -Wl,-m32 -Wl,-m,elf_i386
29 ++ LDFLAGS += -m32 -Wl,-m,elf_i386
30 endif
31 endif
32 ifeq ($(CPU_ENDIANNESS), BIG)