dev-db/mysql-workbench: fix python detection

Github-Issue: https://github.com/hasufell/hasufell-repository/pull/2
This commit is contained in:
Julian Ospald 2018-02-05 15:04:09 +01:00
parent 38fd2e28dc
commit 0b3f0681d3
1 changed files with 1 additions and 0 deletions

View File

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