diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2016-02-22 20:06:33 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-02-27 13:22:50 +0700 |
commit | 680cd6f5576e13d5d79fe7d2a9c0e4997a3f4e03 (patch) | |
tree | 89cf2fa2f63a8c1e92dcf98d8697ebb77b1c8ee4 /games/foobillardplus | |
parent | 03fe7fac8679f8714a84855d79c5842e67c6d457 (diff) | |
download | slackbuilds-680cd6f5576e13d5d79fe7d2a9c0e4997a3f4e03.tar.gz |
games/foobillardplus: Disabled fastmath routines, cleanups.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games/foobillardplus')
-rw-r--r-- | games/foobillardplus/foobillardplus.SlackBuild | 7 |
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 |