summaryrefslogtreecommitdiff
path: root/gis/openorienteering-mapper/openorienteering-mapper.SlackBuild
diff options
context:
space:
mode:
authorNikolay Korotkiy <sikmir@gmail.com>2017-06-14 14:59:38 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-06-15 18:35:57 +0700
commit65d9536a464d59fa3de38694acb9ae1f92f3bfd5 (patch)
tree4ce1a79c4cedc478b959c1b52baed6fcac69d2cb /gis/openorienteering-mapper/openorienteering-mapper.SlackBuild
parente10a50160b23d00e98475a1b0bf4f6917101437d (diff)
downloadslackbuilds-65d9536a464d59fa3de38694acb9ae1f92f3bfd5.tar.gz
gis/openorienteering-mapper: Updated for version 0.7.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'gis/openorienteering-mapper/openorienteering-mapper.SlackBuild')
-rw-r--r--gis/openorienteering-mapper/openorienteering-mapper.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/gis/openorienteering-mapper/openorienteering-mapper.SlackBuild b/gis/openorienteering-mapper/openorienteering-mapper.SlackBuild
index a8b333de02..a3c543cee5 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.6.8}
+VERSION=${VERSION:-0.7.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -75,10 +75,7 @@ cd build
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DMapper_BUILD_QT=0 \
- -DMapper_BUILD_CLIPPER=0 \
- -DMapper_BUILD_PROJ=0 \
- -DMapper_BUILD_DOXYGEN=0 \
+ -DLICENSING_PROVIDER:BOOL=OFF \
-DMapper_PACKAGE_NAME=$PRGNAM \
-Wno-dev \
-DCMAKE_BUILD_TYPE=Release ..