summaryrefslogtreecommitdiffstats
path: root/games/glestae/glestae.SlackBuild
diff options
context:
space:
mode:
author Larry Hajali2012-08-10 17:47:21 +0200
committer Robby Workman2012-08-10 17:47:21 +0200
commit61faa4269316cf56e6ece673a7324d1cb93c4c9f (patch)
tree75da00c72de90c8c1675f9ae742bc0f8b4015781 /games/glestae/glestae.SlackBuild
parent1b8842c8868030a9b38860fce1cce3b3d5997963 (diff)
downloadslackbuilds-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.SlackBuild10
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