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/sdlmame/files: sdlmame-0.144-makefile.patch
Date: Wed, 31 Oct 2012 11:19:41
Message-Id: 20121031111925.2908921601@flycatcher.gentoo.org
1 tupone 12/10/31 11:19:25
2
3 Modified: sdlmame-0.144-makefile.patch
4 Log:
5 drop -v option to gcc. Bug #422699
6
7 (Portage version: 2.1.11.31/cvs/Linux i686, signed Manifest commit with key 0145142D)
8
9 Revision Changes Path
10 1.2 games-emulation/sdlmame/files/sdlmame-0.144-makefile.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmame/files/sdlmame-0.144-makefile.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmame/files/sdlmame-0.144-makefile.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmame/files/sdlmame-0.144-makefile.patch?r1=1.1&r2=1.2
15
16 Index: sdlmame-0.144-makefile.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/files/sdlmame-0.144-makefile.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- sdlmame-0.144-makefile.patch 17 Nov 2011 06:47:50 -0000 1.1
23 +++ sdlmame-0.144-makefile.patch 31 Oct 2012 11:19:25 -0000 1.2
24 @@ -10,6 +10,14 @@
25 # add -g if we need symbols, and ensure we have frame pointers
26 ifdef SYMBOLS
27 CCOMFLAGS += -g$(SYMLEVEL) -fno-omit-frame-pointer
28 +@@ -442,7 +442,6 @@
29 +
30 + # add -v if we need verbose build information
31 + ifdef VERBOSE
32 +-CCOMFLAGS += -v
33 + endif
34 +
35 + # add profiling information for the compiler
36 @@ -453,23 +450,6 @@
37 CCOMFLAGS += -pg
38 endif