summaryrefslogtreecommitdiffstats
path: root/games/foobillardplus/foobillardplus.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/foobillardplus/foobillardplus.SlackBuild')
-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