summaryrefslogtreecommitdiffstats
path: root/gis/openorienteering-mapper/openorienteering-mapper.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'gis/openorienteering-mapper/openorienteering-mapper.SlackBuild')
-rw-r--r--gis/openorienteering-mapper/openorienteering-mapper.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/gis/openorienteering-mapper/openorienteering-mapper.SlackBuild b/gis/openorienteering-mapper/openorienteering-mapper.SlackBuild
index dac7195968..a9e593923c 100644
--- a/gis/openorienteering-mapper/openorienteering-mapper.SlackBuild
+++ b/gis/openorienteering-mapper/openorienteering-mapper.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=openorienteering-mapper
-VERSION=${VERSION:-0.8.3}
+VERSION=${VERSION:-0.8.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -81,8 +81,8 @@ cd build
-DLICENSING_PROVIDER:BOOL=OFF \
-DMapper_PACKAGE_NAME=$PRGNAM \
-Wno-dev ..
- make
- make install DESTDIR=$PKG
+ cmake --build .
+ DESTDIR=$PKG cmake --build . --target install
cd ..
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \