summaryrefslogtreecommitdiffstats
path: root/libraries/sdformat/sdformat.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2021-01-23 15:25:49 +0100
committer Matteo Bernardini2021-01-23 15:25:49 +0100
commit3cb96e6c6185822ea365995ec48b132d639e9d7a (patch)
treee111c4fe880466b93d41d199478acb204e49e9cd /libraries/sdformat/sdformat.SlackBuild
parent64559ed619a826677d814471caab2acad0f7cc37 (diff)
downloadslackbuilds-50c9ffa0fdd3d7de01e2ef11197bbf09fced24fb.tar.gz
20210123.1 global branch merge.current-20210123.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/sdformat/sdformat.SlackBuild')
-rw-r--r--libraries/sdformat/sdformat.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/sdformat/sdformat.SlackBuild b/libraries/sdformat/sdformat.SlackBuild
index 5dea256ef6..b412d5a10d 100644
--- a/libraries/sdformat/sdformat.SlackBuild
+++ b/libraries/sdformat/sdformat.SlackBuild
@@ -71,6 +71,9 @@ 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 {} \;
+# Patch for cmake >= 3.9.x
+patch -p1 < $CWD/cmake.patch
+
mkdir -p build
cd build
cmake \