summaryrefslogtreecommitdiff
path: root/graphics/opengtl/opengtl.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/opengtl/opengtl.SlackBuild')
-rw-r--r--graphics/opengtl/opengtl.SlackBuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/opengtl/opengtl.SlackBuild b/graphics/opengtl/opengtl.SlackBuild
index 532c4aa7a5..5d8460cb7a 100644
--- a/graphics/opengtl/opengtl.SlackBuild
+++ b/graphics/opengtl/opengtl.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for opengtl
-# Copyright 2008-2011 Heinz Wiesinger, Amsterdam, The Netherlands
+# Copyright 2008-2012 Heinz Wiesinger, Amsterdam, The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=opengtl
-VERSION=0.9.15.1
+VERSION=0.9.16
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -71,6 +71,9 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+# Fix compatibility with gcc 4.7
+patch -p1 -i $CWD/opengtl-0.9.17-gcc-4.7.patch
+
mkdir build
cd build
cmake \