From b90cca9a5a6940ee35fd3e0ff09209b352011d21 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sun, 11 Aug 2019 07:05:39 +0700 Subject: gis/qmapshack: Restore FindPROJ4 file. Signed-off-by: Willy Sudiarto Raharjo --- gis/qmapshack/qmapshack.SlackBuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gis/qmapshack/qmapshack.SlackBuild') 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 -- cgit v1.2.3