From 0b3f0681d3ea2f0eba87a924290e329da586504d Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 5 Feb 2018 15:04:09 +0100 Subject: [PATCH] dev-db/mysql-workbench: fix python detection Github-Issue: https://github.com/hasufell/hasufell-repository/pull/2 --- packages/dev-db/mysql-workbench/mysql-workbench-6.3.10.exheres-0 | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/dev-db/mysql-workbench/mysql-workbench-6.3.10.exheres-0 b/packages/dev-db/mysql-workbench/mysql-workbench-6.3.10.exheres-0 index 0cbba27c..c553136b 100644 --- a/packages/dev-db/mysql-workbench/mysql-workbench-6.3.10.exheres-0 +++ b/packages/dev-db/mysql-workbench/mysql-workbench-6.3.10.exheres-0 @@ -72,6 +72,7 @@ src_prepare() { # fix python detection edo sed -i \ -e '/find_package(PythonLibs 2.6)/d' \ + -e '/pkg_check_modules/s#python#python-2.7#' \ "${CMAKE_SOURCE}"/CMakeLists.txt # rm -Werror, fails due to -Wdeprecated