summaryrefslogtreecommitdiffstats
path: root/libraries/ode/ode.SlackBuild
diff options
context:
space:
mode:
author Johannes Schoepfer <slackbuilds@schoepfer.info>2023-07-02 21:29:59 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-07-02 21:29:59 +0700
commitb891de55070cfebb8bc9d2a2c54fea3f2bfdeded (patch)
tree0b2d2bfcbdecc053b60ed95c747a338ea032cb5c /libraries/ode/ode.SlackBuild
parent767ab4c61a490fa2d9b83c82c101b914c8c3c3cc (diff)
downloadslackbuilds-b891de55070cfebb8bc9d2a2c54fea3f2bfdeded.tar.gz
slackbuilds-b891de55070cfebb8bc9d2a2c54fea3f2bfdeded.tar.xz
libraries/ode: Updated for version 0.16.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/ode/ode.SlackBuild')
-rw-r--r--libraries/ode/ode.SlackBuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/libraries/ode/ode.SlackBuild b/libraries/ode/ode.SlackBuild
index f3db39b575..651d4eb876 100644
--- a/libraries/ode/ode.SlackBuild
+++ b/libraries/ode/ode.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2020 - 2022 Johannes Schoepfer, Germany
+# Copyright 2020 - 2023 Johannes Schoepfer, Germany
# All rights reserved.
# Written by hollywoodb
# Modified by the SlackBuilds.org project
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ode
-VERSION=${VERSION:-0.16.3}
+VERSION=${VERSION:-0.16.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -72,9 +72,9 @@ cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
- -o -perm 511 \) -exec chmod 755 {} \; -o \
+ -o -perm 511 \) -exec chmod 755 {} + -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} +
# Fix end-of-line encoding.
sed -i 's/\r//' ou/*.TXT
@@ -87,7 +87,6 @@ CXXFLAGS="$SLKCFLAGS" \
--enable-shared=yes \
--enable-static=no \
--disable-asserts \
- --disable-demos \
--enable-gprof \
--enable-double-precision \
--enable-libccd \