diff --git a/packages/dev-db/mysql-workbench/mysql-workbench-6.3.9.exheres-0 b/packages/dev-db/mysql-workbench/mysql-workbench-6.3.10.exheres-0 similarity index 94% rename from packages/dev-db/mysql-workbench/mysql-workbench-6.3.9.exheres-0 rename to packages/dev-db/mysql-workbench/mysql-workbench-6.3.10.exheres-0 index 9e1d40d..0cbba27 100644 --- a/packages/dev-db/mysql-workbench/mysql-workbench-6.3.9.exheres-0 +++ b/packages/dev-db/mysql-workbench/mysql-workbench-6.3.10.exheres-0 @@ -74,6 +74,11 @@ src_prepare() { -e '/find_package(PythonLibs 2.6)/d' \ "${CMAKE_SOURCE}"/CMakeLists.txt + # rm -Werror, fails due to -Wdeprecated + edo sed -i \ + -e 's/\-Werror//' \ + "${CMAKE_SOURCE}"/CMakeLists.txt + cmake_src_prepare }