aboutsummaryrefslogtreecommitdiff
path: root/games/wolfmame/wolfmame.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/wolfmame/wolfmame.SlackBuild')
-rw-r--r--games/wolfmame/wolfmame.SlackBuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/games/wolfmame/wolfmame.SlackBuild b/games/wolfmame/wolfmame.SlackBuild
index 60b7b42e6d9a..392d890636df 100644
--- a/games/wolfmame/wolfmame.SlackBuild
+++ b/games/wolfmame/wolfmame.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=wolfmame
-VERSION=${VERSION:-0.263}
+VERSION=${VERSION:-0.268}
WOLFVER=wolf${VERSION#0.}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -80,11 +80,12 @@ find -L . \
cd $PKG/opt/$PRGNAM
# The following and make options are from mame slackbuild
-# Use ccache by default - massively cuts down on rebuild time
-# Tun off with USE_CCACHE=no
+# ccache massively cuts down on rebuild time
+# Turn on with USE_CCACHE=yes
+# (Buggy in 2024, I've temporarily turned ccache off by default.)
export CCACHE_SLOPPINESS=pch_defines,time_macros,include_file_mtime,include_file_ctime
-if [ "${USE_CCACHE:-yes}" = "yes" ]; then
+if [ "${USE_CCACHE:-no}" = "yes" ]; then
CC="/usr/bin/ccache /usr/bin/clang"
CXX="/usr/bin/ccache /usr/bin/clang++"
else
@@ -107,7 +108,7 @@ make \
CXX="$CXX" \
PRECOMPILE=1 \
ARCH="" \
- VERBOSE=1
+ VERBOSE=1 \
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \