diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2012-03-29 23:49:19 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-03-29 23:49:19 -0400 |
commit | bf1bf4025cf303c051011316763d2b63612b06e4 (patch) | |
tree | 9832dab2d747129289f281085145bb5aaa3257a3 /games/wesnoth/wesnoth.SlackBuild | |
parent | 0fe1480472927ba1742bf6697c64d50c87754bce (diff) | |
download | slackbuilds-bf1bf4025cf303c051011316763d2b63612b06e4.tar.gz |
games/wesnoth: Updated for version 1.10.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games/wesnoth/wesnoth.SlackBuild')
-rw-r--r-- | games/wesnoth/wesnoth.SlackBuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/games/wesnoth/wesnoth.SlackBuild b/games/wesnoth/wesnoth.SlackBuild index ca347bde3c..a0a8cbc036 100644 --- a/games/wesnoth/wesnoth.SlackBuild +++ b/games/wesnoth/wesnoth.SlackBuild @@ -4,7 +4,7 @@ # Copyright 2007-2010 Michiel van Wessem, Manchester, United Kingdom # Copyright 2010-2012 Willy Sudiarto Raharjo (willysr@slackware-id.org) -# All rights reserved. +# All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are @@ -26,7 +26,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=wesnoth -VERSION=${VERSION:-1.10} +VERSION=${VERSION:-1.10.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -84,6 +84,9 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +CFLAGS="$SLKCFLAGS" \ +CXXFLAGS="$SLKCFLAGS" \ + cmake \ -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \ -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \ |