diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-09 13:55:24 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | 750bc6de82d309aea19bf1c9156c26bc430db4b5 (patch) | |
tree | 135aa94c64941e8e36aa05300e682cb6e327f870 /libraries | |
parent | 4124310dab5700100e74d75e3df1d45e00e83477 (diff) |
libraries/libkvkontakte: Patched for newer cmake.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-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 d8bb38d866ab..594043417c71 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 |