diff options
Diffstat (limited to 'games/fizmo/fizmo.SlackBuild')
-rw-r--r-- | games/fizmo/fizmo.SlackBuild | 10 |
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 \ |