summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Erik Hanson2012-09-10 05:06:40 +0200
committer Erik Hanson2012-09-10 05:06:40 +0200
commitae08f4c6cfab0e4d62e511d127f293c5641d7e4e (patch)
tree6d7d15ef2d9e4c736de8699e20d7c88fa79b7ff2 /games
parent79a92a9766583afd827b5dc64d6375d05da15c84 (diff)
downloadslackbuilds-ae08f4c6cfab0e4d62e511d127f293c5641d7e4e.tar.gz
games/dreamchess: Fixed build.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/dreamchess/dreamchess.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/dreamchess/dreamchess.SlackBuild b/games/dreamchess/dreamchess.SlackBuild
index de58808058..73c6a54828 100644
--- a/games/dreamchess/dreamchess.SlackBuild
+++ b/games/dreamchess/dreamchess.SlackBuild
@@ -7,7 +7,7 @@
PRGNAM=dreamchess
VERSION=${VERSION:-0.2.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -54,6 +54,7 @@ find . \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
+LDFLAGS="-lm" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \