summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Matteo Bernardini2016-02-22 20:06:33 +0100
committer Willy Sudiarto Raharjo2016-02-27 07:22:50 +0100
commit680cd6f5576e13d5d79fe7d2a9c0e4997a3f4e03 (patch)
tree89cf2fa2f63a8c1e92dcf98d8697ebb77b1c8ee4 /games
parent03fe7fac8679f8714a84855d79c5842e67c6d457 (diff)
downloadslackbuilds-680cd6f5576e13d5d79fe7d2a9c0e4997a3f4e03.tar.gz
games/foobillardplus: Disabled fastmath routines, cleanups.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/foobillardplus/foobillardplus.SlackBuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/games/foobillardplus/foobillardplus.SlackBuild b/games/foobillardplus/foobillardplus.SlackBuild
index e49e989d54..982ad408b2 100644
--- a/games/foobillardplus/foobillardplus.SlackBuild
+++ b/games/foobillardplus/foobillardplus.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for foobillardplus
-# Copyright 2013-2014 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
+# Copyright 2013-2016 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -28,7 +28,7 @@
PRGNAM=foobillardplus
VERSION=${VERSION:-3.43beta}
SRCVERSION=${SRCVERSION:-170}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -63,7 +63,7 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$VERSION
+rm -rf $PRGNAM-code-$SRCVERSION
unzip -o $CWD/$PRGNAM-code-$SRCVERSION.zip
cd $PRGNAM-code-$SRCVERSION
chown -R root:root .
@@ -83,6 +83,7 @@ mkdir -p $PKG/usr/bin $PKG/usr/games/$PRGNAM/data
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
+ --enable-fastmath=no \
--build=$ARCH-slackware-linux
make