From 680cd6f5576e13d5d79fe7d2a9c0e4997a3f4e03 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Mon, 22 Feb 2016 20:06:33 +0100 Subject: games/foobillardplus: Disabled fastmath routines, cleanups. Signed-off-by: Matteo Bernardini --- games/foobillardplus/foobillardplus.SlackBuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'games/foobillardplus') 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 , Pisa, Italy +# Copyright 2013-2016 Matteo Bernardini , 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 -- cgit v1.2.3-65-gdbad