diff options
author | 2008-04-24 21:35:24 +0000 | |
---|---|---|
committer | 2008-04-24 21:35:24 +0000 | |
commit | 79e5ad090583ce4a8383e8c56b42b6fed9ed8649 (patch) | |
tree | 2e3bbde79a4f49db5f68eea51bea3f6cf0d4fdd5 /games-emulation/sdlmame/sdlmame-0.124.ebuild | |
parent | Sed -Werror out of makefile because we gets more warnings with GCC 4.3. (diff) | |
download | historical-79e5ad090583ce4a8383e8c56b42b6fed9ed8649.tar.gz historical-79e5ad090583ce4a8383e8c56b42b6fed9ed8649.tar.bz2 historical-79e5ad090583ce4a8383e8c56b42b6fed9ed8649.zip |
Fix older version too
Package-Manager: portage-2.1.5_rc6
Diffstat (limited to 'games-emulation/sdlmame/sdlmame-0.124.ebuild')
-rw-r--r-- | games-emulation/sdlmame/sdlmame-0.124.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-emulation/sdlmame/sdlmame-0.124.ebuild b/games-emulation/sdlmame/sdlmame-0.124.ebuild index b632664b81a5..e0f5dfadf15b 100644 --- a/games-emulation/sdlmame/sdlmame-0.124.ebuild +++ b/games-emulation/sdlmame/sdlmame-0.124.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.124.ebuild,v 1.3 2008/04/24 21:20:40 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.124.ebuild,v 1.4 2008/04/24 21:35:24 drac Exp $ inherit eutils flag-o-matic games @@ -64,6 +64,7 @@ src_unpack() { -e '/CFLAGS += -O$(OPTIMIZE)/s:^:# :' \ -e '/CFLAGS += -pipe/s:^:# :' \ -e '/LDFLAGS += -s/s:^:# :' \ + -e 's:-Werror::' \ "${S}"/makefile \ || die "sed failed" |