dev-db/mysql-workbench: remove -Werror from CFLAGS

Closes: https://bugs.gentoo.org/641838
Package-Manager: Portage-2.3.13, Repoman-2.3.3
This commit is contained in:
Hans de Graaff 2017-12-23 10:39:34 +01:00
parent 874af68272
commit 57948ebc9c
No known key found for this signature in database
GPG Key ID: 8883FA56A308A8D7

View File

@ -78,6 +78,8 @@ src_prepare() {
## remove hardcoded CXXFLAGS
sed -i -e 's/-O0 -g3//' ext/scintilla/gtk/CMakeLists.txt || die
## And avoid -Werror
sed -i -e 's/-Werror//' CMakeLists.txt || die
## package is very fragile...
strip-flags