dev-db/mysql-workbench: bump to 6.3.10

This commit is contained in:
Julian Ospald 2018-02-01 23:50:22 +01:00
parent 047d8fa021
commit 87db65d573
1 changed files with 5 additions and 0 deletions

View File

@ -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
}