Skip to content

Commit

Permalink
dev-lang/ispc: remove -Werror (bug #604732, #595254)
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.8, Repoman-2.3.1
  • Loading branch information
junghans committed Sep 29, 2017
1 parent 981e381 commit d8eed95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-lang/ispc/ispc-1.9.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ DEPEND="
"

src_compile() {
sed -i '/^\t@/s/@//' Makefile || die #make all slient commands ("@") verbose
#make all slient commands ("@") verbose and remove -Werror (ispc/ispc#1295)
sed -e '/^\t@/s/@//' -e 's/-Werror//' -i Makefile || die
emake LDFLAGS="${LDFLAGS}" OPT="${CXXFLAGS}" CXX="$(tc-getCXX)" CPP="$(tc-getCPP)"
}

Expand Down

0 comments on commit d8eed95

Please sign in to comment.