summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
Diffstat (limited to 'games')
-rw-r--r--games/angband/angband.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/angband/angband.SlackBuild b/games/angband/angband.SlackBuild
index 5b89130e95..5f1cb20cf0 100644
--- a/games/angband/angband.SlackBuild
+++ b/games/angband/angband.SlackBuild
@@ -7,7 +7,7 @@
PRGNAM=angband
VERSION=v3.3.2
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -50,6 +50,7 @@ chmod -R u+w,go+r-w,a-s .
# --enable-gtk and setgid are incompatible, so we'll not build the gtk part
CFLAGS="$SLKCFLAGS" \
+LDFLAGS="-lSDL" \
./configure \
--prefix=/usr \
--with-libpath=/usr/share/games/angband \