summaryrefslogtreecommitdiffstats
path: root/games/gnubg/gnubg.SlackBuild
diff options
context:
space:
mode:
author Erik Hanson2012-02-05 05:47:13 +0100
committer Robby Workman2012-02-05 05:47:13 +0100
commitfdf0eec1e7668d4899590de041b6bbf9e72d2deb (patch)
treed97182669ee0f4e776057d99f4008c611e88da35 /games/gnubg/gnubg.SlackBuild
parent7358da6e2950fc08ef75546913ad998ab2a0cc22 (diff)
downloadslackbuilds-fdf0eec1e7668d4899590de041b6bbf9e72d2deb.tar.gz
games/gnubg: Updated for version 20120116.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'games/gnubg/gnubg.SlackBuild')
-rw-r--r--games/gnubg/gnubg.SlackBuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/games/gnubg/gnubg.SlackBuild b/games/gnubg/gnubg.SlackBuild
index d788b830e8..a11efb4e89 100644
--- a/games/gnubg/gnubg.SlackBuild
+++ b/games/gnubg/gnubg.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for GNU Backgammon
-# Copyright 2009-2011 Erik W. Hanson, Minneapolis, MN, USA
+# Copyright 2009-2012 Erik W. Hanson, Minneapolis, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gnubg
-VERSION=0.90.0
-SRCVER=20110906
+VERSION=${VERSION:-0.90.0}
+SRCVER=${SRCVER:-20120116}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -68,6 +68,7 @@ chmod -R u+w,go+r-w,a-s .
./autogen.sh
+LDFLAGS="-L/usr/lib${LIBDIRSUFFIX}" \
CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \