diff options
-rw-r--r-- | libraries/libkvkontakte/libkvkontakte.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/libkvkontakte/libkvkontakte.SlackBuild b/libraries/libkvkontakte/libkvkontakte.SlackBuild index d8bb38d866..594043417c 100644 --- a/libraries/libkvkontakte/libkvkontakte.SlackBuild +++ b/libraries/libkvkontakte/libkvkontakte.SlackBuild @@ -69,8 +69,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# Patched to work with newer cmake in current -# sed -e "/^cmake_minimum_required/ a cmake_policy(SET CMP0022 OLD)\ncmake_policy(SET CMP0059 OLD)" -i CMakeLists.txt +# Patched to work with newer cmake +sed -e "/^cmake_minimum_required/ a cmake_policy(SET CMP0022 OLD)\ncmake_policy(SET CMP0059 OLD)" -i CMakeLists.txt mkdir -p build cd build |