diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2012-10-31 11:19:25 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2012-10-31 11:19:25 +0000 |
commit | 3c79a6892d0dba4ee7140388cff1a3daaf334b3b (patch) | |
tree | a4276fce8880ca1a30be3633d48317e50d24e283 /games-emulation | |
parent | Correction of user in Changelog entry (diff) | |
download | gentoo-2-3c79a6892d0dba4ee7140388cff1a3daaf334b3b.tar.gz gentoo-2-3c79a6892d0dba4ee7140388cff1a3daaf334b3b.tar.bz2 gentoo-2-3c79a6892d0dba4ee7140388cff1a3daaf334b3b.zip |
drop -v option to gcc. Bug #422699
(Portage version: 2.1.11.31/cvs/Linux i686, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/sdlmame/ChangeLog | 6 | ||||
-rw-r--r-- | games-emulation/sdlmame/files/sdlmame-0.144-makefile.patch | 8 |
2 files changed, 13 insertions, 1 deletions
diff --git a/games-emulation/sdlmame/ChangeLog b/games-emulation/sdlmame/ChangeLog index 483500e2d0fa..b435dfd3a7df 100644 --- a/games-emulation/sdlmame/ChangeLog +++ b/games-emulation/sdlmame/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/sdlmame # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/ChangeLog,v 1.57 2012/01/04 18:00:15 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/ChangeLog,v 1.58 2012/10/31 11:19:24 tupone Exp $ + + 31 Oct 2012; Tupone Alfredo <tupone@gentoo.org> + files/sdlmame-0.144-makefile.patch: + drop -v option to gcc. Bug #422699 by Diego 04 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> sdlmame-0.144.ebuild: x86 stable wrt bug #395457 diff --git a/games-emulation/sdlmame/files/sdlmame-0.144-makefile.patch b/games-emulation/sdlmame/files/sdlmame-0.144-makefile.patch index db0c141c9a70..f69cfe437441 100644 --- a/games-emulation/sdlmame/files/sdlmame-0.144-makefile.patch +++ b/games-emulation/sdlmame/files/sdlmame-0.144-makefile.patch @@ -10,6 +10,14 @@ # add -g if we need symbols, and ensure we have frame pointers
ifdef SYMBOLS
CCOMFLAGS += -g$(SYMLEVEL) -fno-omit-frame-pointer
+@@ -442,7 +442,6 @@ +
+ # add -v if we need verbose build information
+ ifdef VERBOSE
+-CCOMFLAGS += -v
+ endif
+
+ # add profiling information for the compiler
@@ -453,23 +450,6 @@ CCOMFLAGS += -pg
endif
|