summaryrefslogtreecommitdiffstats
path: root/games/pasang-emas
diff options
context:
space:
mode:
author larryhaja2012-09-17 05:24:16 +0200
committer Robby Workman2012-09-17 06:00:11 +0200
commit0fbeb9d970612b88f96ffa13235b857d07613358 (patch)
tree8763d95da747e32d19c861939c036948d20b5705 /games/pasang-emas
parenta2a42ebd00a18785718eca8c8945c405a9493a34 (diff)
downloadslackbuilds-0fbeb9d970612b88f96ffa13235b857d07613358.tar.gz
games/pasang-emas: Added -lm to configure for linking issues.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'games/pasang-emas')
-rw-r--r--games/pasang-emas/pasang-emas.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/pasang-emas/pasang-emas.SlackBuild b/games/pasang-emas/pasang-emas.SlackBuild
index 128abe89d6..bec9b9479e 100644
--- a/games/pasang-emas/pasang-emas.SlackBuild
+++ b/games/pasang-emas/pasang-emas.SlackBuild
@@ -6,7 +6,7 @@
PRGNAM=pasang-emas
VERSION=3.1.0
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -56,6 +56,7 @@ find . \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
+LIBS="-lm" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \