diff options
author | Jeroen Roovers <jer@gentoo.org> | 2018-04-28 12:29:20 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2018-04-28 12:29:20 +0200 |
commit | f7888cd11398109bc79e872d86379a578d0f7898 (patch) | |
tree | 23b77ea05bbe3c58d12340f0b2cd6025413c94ae /games-puzzle/sgt-puzzles/sgt-puzzles-20171029.ebuild | |
parent | dev-util/radare2: synch completion handling to live ebuild (diff) | |
download | gentoo-f7888cd11398109bc79e872d86379a578d0f7898.tar.gz gentoo-f7888cd11398109bc79e872d86379a578d0f7898.tar.bz2 gentoo-f7888cd11398109bc79e872d86379a578d0f7898.zip |
games-puzzle/sgt-puzzles: Drop -Werror (bug #654202).
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-puzzle/sgt-puzzles/sgt-puzzles-20171029.ebuild')
-rw-r--r-- | games-puzzle/sgt-puzzles/sgt-puzzles-20171029.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/games-puzzle/sgt-puzzles/sgt-puzzles-20171029.ebuild b/games-puzzle/sgt-puzzles/sgt-puzzles-20171029.ebuild index cc3a64811f1f..cfc0b290bca1 100644 --- a/games-puzzle/sgt-puzzles/sgt-puzzles-20171029.ebuild +++ b/games-puzzle/sgt-puzzles/sgt-puzzles-20171029.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -50,7 +50,10 @@ src_prepare() { default sed -i \ - -e 's/-O2 -Wall -Werror -ansi -pedantic -g//' \ + -e 's|-Werror||g' \ + configure.ac || die + sed -i \ + -e 's/-O2 -Wall .* -g/-Wall/' \ -e "s/libstr =/libstr = '\$(LDFLAGS) ' ./" \ mkfiles.pl || die ./mkfiles.pl || die |