aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
Diffstat (limited to 'games')
-rw-r--r--games/wolfmame/README4
-rw-r--r--games/wolfmame/wolfmame.SlackBuild11
-rw-r--r--games/wolfmame/wolfmame.info6
3 files changed, 11 insertions, 10 deletions
diff --git a/games/wolfmame/README b/games/wolfmame/README
index 998b758ecc32..b4380fdcafd1 100644
--- a/games/wolfmame/README
+++ b/games/wolfmame/README
@@ -7,6 +7,6 @@ Users recorded .inp files will be placed in /opt/wolfmame/inp
To speed up compilation, you may use "export MAKEFLAGS=-j4" before
building, where 4 is the number of cores on your system.
-Note that ccache is used by default. To turn off ccache support, use:
+Note that ccache is off by default. To turn on ccache use:
- USE_CCACHE=no ./wolfmame.SlackBuild
+ USE_CCACHE=yes ./wolfmame.SlackBuild
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 \
diff --git a/games/wolfmame/wolfmame.info b/games/wolfmame/wolfmame.info
index 4236bf3c6f7c..12779bb5eec4 100644
--- a/games/wolfmame/wolfmame.info
+++ b/games/wolfmame/wolfmame.info
@@ -1,8 +1,8 @@
PRGNAM="wolfmame"
-VERSION="0.263"
+VERSION="0.268"
HOMEPAGE="https://github.com/mahlemiut/wolfmame/releases/latest"
-DOWNLOAD="https://github.com/mahlemiut/wolfmame/archive/wolf263/wolfmame-wolf263.tar.gz"
-MD5SUM="0143beb1878c2042a9cb0903f99197db"
+DOWNLOAD="https://github.com/mahlemiut/wolfmame/archive/wolf268/wolfmame-wolf268.tar.gz"
+MD5SUM="700bd3c55a04238a58f33d84f1083689"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""