summaryrefslogtreecommitdiffstats
path: root/games/freeciv/freeciv.SlackBuild
diff options
context:
space:
mode:
author Yth - Arnaud2018-02-06 14:02:36 +0100
committer Willy Sudiarto Raharjo2018-02-10 02:09:31 +0100
commit22e52bbdc74edac63e5ce0367d538534883a487b (patch)
treebd9447001a45d276915193e72eaa2f4ed1f5e9c5 /games/freeciv/freeciv.SlackBuild
parentc005bfd35a0b72b396f6d988efe8dadddff2dbe5 (diff)
downloadslackbuilds-22e52bbdc74edac63e5ce0367d538534883a487b.tar.gz
games/freeciv: Updated for version 2.6.0_beta2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/freeciv/freeciv.SlackBuild')
-rw-r--r--games/freeciv/freeciv.SlackBuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/games/freeciv/freeciv.SlackBuild b/games/freeciv/freeciv.SlackBuild
index 6db59ff08b..0d094af79e 100644
--- a/games/freeciv/freeciv.SlackBuild
+++ b/games/freeciv/freeciv.SlackBuild
@@ -28,8 +28,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=freeciv
-VERSION=${VERSION:-2.6.0_beta1}
-SRCVERSION=${SRCVERSION:-2.6.0-beta1}
+VERSION=${VERSION:-2.6.0_beta2}
+SRCVERSION=${SRCVERSION:-2.6.0-beta2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -84,9 +84,10 @@ CXXFLAGS="$SLKCFLAGS" \
--localstatedir=/var \
--mandir=/usr/man \
--without-ggz-client \
- --enable-client=gtk \
+ --enable-client=gtk3 \
--enable-static=no \
--enable-shared=yes \
+ --with-readline \
--build=$ARCH-slackware-linux
make V=1