From 61faa4269316cf56e6ece673a7324d1cb93c4c9f Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Fri, 10 Aug 2012 10:47:21 -0500 Subject: games/glestae: Included patches for gcc47 and libpng15 Signed-off-by: Robby Workman --- games/glestae/glestae.SlackBuild | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'games/glestae/glestae.SlackBuild') diff --git a/games/glestae/glestae.SlackBuild b/games/glestae/glestae.SlackBuild index 12f8573796..39bd287962 100644 --- a/games/glestae/glestae.SlackBuild +++ b/games/glestae/glestae.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for glestae -# Copyright 2009-2010 Larry Hajali +# Copyright 2009-2012 Larry Hajali # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=glestae -VERSION=0.3.93 -BUILD=${BUILD:-1} +VERSION=${VERSION:-0.3.93} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -69,6 +69,10 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +# Fixes from upstream for libpng 1.5 and gcc 4.7.x. +patch -p1 < $CWD/libpng-1.5.patch +patch -p1 < $CWD/gcc-4.7.patch + # This is the new cmake install. New in version 0.3. mkdir -p build cd build -- cgit v1.2.3