From 87db65d5730200f21bea9d275155f7d38512f6d4 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Thu, 1 Feb 2018 23:50:22 +0100 Subject: [PATCH] dev-db/mysql-workbench: bump to 6.3.10 --- ...ench-6.3.9.exheres-0 => mysql-workbench-6.3.10.exheres-0} | 5 +++++ 1 file changed, 5 insertions(+) rename packages/dev-db/mysql-workbench/{mysql-workbench-6.3.9.exheres-0 => mysql-workbench-6.3.10.exheres-0} (94%) 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 }