From 035feb58bfefa5a51a2511186947af63c7df7032 Mon Sep 17 00:00:00 2001 From: Niels Horn Date: Thu, 13 Sep 2012 13:32:22 -0300 Subject: games/supertuxkart: Fixed to build against gcc-4.7 Signed-off-by: Niels Horn --- games/supertuxkart/supertuxkart.SlackBuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'games/supertuxkart') 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 -# 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 \ -- cgit v1.2.3