diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2012-08-10 10:47:21 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-10 10:47:21 -0500 |
commit | 61faa4269316cf56e6ece673a7324d1cb93c4c9f (patch) | |
tree | 75da00c72de90c8c1675f9ae742bc0f8b4015781 /games/glestae/glestae.SlackBuild | |
parent | 1b8842c8868030a9b38860fce1cce3b3d5997963 (diff) | |
download | slackbuilds-61faa4269316cf56e6ece673a7324d1cb93c4c9f.tar.gz |
games/glestae: Included patches for gcc47 and libpng15
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'games/glestae/glestae.SlackBuild')
-rw-r--r-- | games/glestae/glestae.SlackBuild | 10 |
1 files changed, 7 insertions, 3 deletions
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 <larryhaja[at]gmail[dot]com> +# Copyright 2009-2012 Larry Hajali <larryhaja[at]gmail[dot]com> # 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 |