summaryrefslogtreecommitdiffstats
path: root/games/fizmo/fizmo.SlackBuild
diff options
context:
space:
mode:
author B. Watson2013-06-16 03:52:09 +0200
committer Niels Horn2013-06-16 03:52:09 +0200
commitc5027f3395fb5833b8b8d8eb5ffde43ffb48d420 (patch)
treec870a363280301cacb9bcc9e8d97de1609bea15d /games/fizmo/fizmo.SlackBuild
parent1e2457e18cc4227664086d7dc890a21504750f9e (diff)
downloadslackbuilds-c5027f3395fb5833b8b8d8eb5ffde43ffb48d420.tar.gz
games/fizmo: Updated for version 0.7.7.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'games/fizmo/fizmo.SlackBuild')
-rw-r--r--games/fizmo/fizmo.SlackBuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/games/fizmo/fizmo.SlackBuild b/games/fizmo/fizmo.SlackBuild
index 6daa21b748..a1729b37c0 100644
--- a/games/fizmo/fizmo.SlackBuild
+++ b/games/fizmo/fizmo.SlackBuild
@@ -4,10 +4,10 @@
# Written by B. Watson (yalhcru@gmail.com)
-# Licensed under the WTFPL. See http://sam.zoy.org/wtfpl/ for details.
+# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
PRGNAM=fizmo
-VERSION=${VERSION:-0.7.5}
+VERSION=${VERSION:-0.7.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -53,11 +53,9 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-# it wants to use pkg-config to find ncursesw, but Slack doesn't ship a
-# ncursesw.pc. Manual override time.
+# 0.7.7 finds ncursesw correctly now (it used to need a .pc file or
+# configure overrides).
-ncursesw_CFLAGS=-I/usr/include/curses \
-ncursesw_LIBS=-lncursesw \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \