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/daphne/files: daphne-1.0-gcc43.patch
Date: Mon, 19 Jan 2009 15:42:45
Message-Id: E1LOwGx-0003RP-CJ@stork.gentoo.org
1 tupone 09/01/19 15:42:43
2
3 Added: daphne-1.0-gcc43.patch
4 Log:
5 Fix gcc-4.3 build bug #251127
6 (Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r7 x86_64)
7
8 Revision Changes Path
9 1.1 games-emulation/daphne/files/daphne-1.0-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/daphne/files/daphne-1.0-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/daphne/files/daphne-1.0-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: daphne-1.0-gcc43.patch
15 ===================================================================
16 --- Makefile.old 2009-01-19 16:22:07.000000000 +0100
17 +++ Makefile 2009-01-19 16:22:17.000000000 +0100
18 @@ -33,7 +33,7 @@
19 endif
20
21 # Platform specific cflags defined in the Makefile.vars file
22 -export CFLAGS = ${PFLAGS} ${DEFINE_STATIC_VLDP} -Wall -Winline -Werror
23 +export CFLAGS = ${PFLAGS} ${DEFINE_STATIC_VLDP} -Wall -Winline
24
25 OBJS = ldp-out/*.o cpu/*.o game/*.o io/*.o timer/*.o ldp-in/*.o video/*.o \
26 sound/*.o daphne.o cpu/x86/*.o scoreboard/*.o ${VLDP_OBJS}