From 0fbeb9d970612b88f96ffa13235b857d07613358 Mon Sep 17 00:00:00 2001 From: larryhaja Date: Sun, 16 Sep 2012 20:24:16 -0700 Subject: games/pasang-emas: Added -lm to configure for linking issues. Signed-off-by: Robby Workman --- games/pasang-emas/pasang-emas.SlackBuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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} \ -- cgit v1.2.3