summaryrefslogtreecommitdiffstats
path: root/games/wesnoth/wesnoth.SlackBuild
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackware-id.org>2013-10-25 23:10:43 -0500
committer Robby Workman <rworkman@slackbuilds.org>2013-10-27 23:38:50 -0500
commitd22eaf98c11ba85eb355c9936d0bdc9cef25a54a (patch)
tree732b7a092ee209be1a4c29d6e45dab368ea0e6f6 /games/wesnoth/wesnoth.SlackBuild
parent0e9f452fe74418818ea7d1e6d87430321211caa3 (diff)
downloadslackbuilds-d22eaf98c11ba85eb355c9936d0bdc9cef25a54a.tar.gz
slackbuilds-d22eaf98c11ba85eb355c9936d0bdc9cef25a54a.tar.xz
games/wesnoth: Updated for version 1.10.7.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'games/wesnoth/wesnoth.SlackBuild')
-rw-r--r--games/wesnoth/wesnoth.SlackBuild10
1 files changed, 2 insertions, 8 deletions
diff --git a/games/wesnoth/wesnoth.SlackBuild b/games/wesnoth/wesnoth.SlackBuild
index f5acbe9dba..93ec7fd6d3 100644
--- a/games/wesnoth/wesnoth.SlackBuild
+++ b/games/wesnoth/wesnoth.SlackBuild
@@ -26,8 +26,8 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=wesnoth
-VERSION=${VERSION:-1.10.6}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-1.10.7}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -91,12 +91,6 @@ CXXFLAGS="$SLKCFLAGS" \
# Fix build problem on future GCC 4.8.0
sed -i 's/-Werror//' CMakeLists.txt
-# Fix segfault
-# Upstream bug report and patch
-# https://gna.org/bugs/index.php?20742
-# https://github.com/wesnoth/wesnoth-old/commit/bbd7f6.patch
-patch -p1 < $CWD/fix-segfault.patch
-
cmake \
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \