summaryrefslogtreecommitdiffstats
path: root/games/freeorion/freeorion.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/freeorion/freeorion.SlackBuild')
-rw-r--r--games/freeorion/freeorion.SlackBuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/games/freeorion/freeorion.SlackBuild b/games/freeorion/freeorion.SlackBuild
index 550b76c64c..114e98bdc8 100644
--- a/games/freeorion/freeorion.SlackBuild
+++ b/games/freeorion/freeorion.SlackBuild
@@ -27,8 +27,8 @@
# along.
PRGNAM=freeorion
-VERSION=${VERSION:-0.4.8}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-0.4.10.1}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -77,8 +77,6 @@ find -L . \
export CC=/usr/bin/clang
export CXX=/usr/bin/clang++
-patch -p1 < $CWD/compilefix.diff
-
mkdir -p build
cd build
cmake \