From d22eaf98c11ba85eb355c9936d0bdc9cef25a54a Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Fri, 25 Oct 2013 23:10:43 -0500 Subject: games/wesnoth: Updated for version 1.10.7. Signed-off-by: Robby Workman --- games/wesnoth/wesnoth.SlackBuild | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'games/wesnoth/wesnoth.SlackBuild') diff --git a/games/wesnoth/wesnoth.SlackBuild b/games/wesnoth/wesnoth.SlackBuild index f5acbe9dba33..93ec7fd6d345 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" \ -- cgit v1.2.3