aboutsummaryrefslogtreecommitdiff
path: root/gis/qmapshack/qmapshack.SlackBuild
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-08-11 07:05:39 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-08-11 07:08:12 +0700
commitb90cca9a5a6940ee35fd3e0ff09209b352011d21 (patch)
tree323f7dbfa0122c8c17c423596f1d46bc189d6f58 /gis/qmapshack/qmapshack.SlackBuild
parent74e235b00aa7b1d8dcf0d210597c8374035122b2 (diff)
gis/qmapshack: Restore FindPROJ4 file.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/qmapshack/qmapshack.SlackBuild')
-rw-r--r--gis/qmapshack/qmapshack.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/gis/qmapshack/qmapshack.SlackBuild b/gis/qmapshack/qmapshack.SlackBuild
index f20aa79add67d..af723abc20b7c 100644
--- a/gis/qmapshack/qmapshack.SlackBuild
+++ b/gis/qmapshack/qmapshack.SlackBuild
@@ -57,6 +57,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 {} \;
+# Qmapshack expects proj to provide package information files created by cmake, the proj version on slackbuilds.org, however, is
+# built using autotools, thus the config script fails. Again, thx to pAcAs for the hint.
+cat $CWD/FindPROJ4.cmake > cmake/Modules/FindPROJ4.cmake
mkdir -p build
cd build