diff options
author | Niels Horn <niels.horn@gmail.com> | 2012-09-13 13:32:22 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2012-09-13 13:32:22 -0300 |
commit | 035feb58bfefa5a51a2511186947af63c7df7032 (patch) | |
tree | 7ec9f188852e3078bc2209acafec2ecfc00259d6 /games | |
parent | be079286d1268c48d7c9c7339385e5affba6450f (diff) | |
download | slackbuilds-035feb58bfefa5a51a2511186947af63c7df7032.tar.gz |
games/supertuxkart: Fixed to build against gcc-4.7
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/supertuxkart/supertuxkart.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/supertuxkart/supertuxkart.SlackBuild b/games/supertuxkart/supertuxkart.SlackBuild index e6f51e6e4b..d1d6411770 100644 --- a/games/supertuxkart/supertuxkart.SlackBuild +++ b/games/supertuxkart/supertuxkart.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for supertuxkart # Copyright 2009-2011 Larry Hajali <larryhaja[at]gmail[dot]com> -# Copyright 2011 Niels Horn, Rio de Janeiro, RJ, Brazil +# Copyright 2011-2012 Niels Horn, Rio de Janeiro, RJ, Brazil # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,11 +23,11 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# revision date: 2011/12/09 +# revision date: 2012/09/13 PRGNAM=supertuxkart VERSION=${VERSION:-0.7.3} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -85,6 +85,7 @@ done CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ +LIBS="-lpthread" \ ./configure \ --prefix=/usr \ --localedir=/usr/share/locale \ |