summaryrefslogtreecommitdiffstats
path: root/games/blobby2/blobby2.SlackBuild
diff options
context:
space:
mode:
author Heinz Wiesinger2013-11-16 19:01:55 +0100
committer Robby Workman2013-11-16 20:58:10 +0100
commit6e9bf54759c7cef765984277b59cb9e0ca3430f6 (patch)
tree9ac109c9bd31b063bee404323d135efacbccd1aa /games/blobby2/blobby2.SlackBuild
parent649685259c5bf0ab4b43aa2233a4397f0636b9af (diff)
downloadslackbuilds-6e9bf54759c7cef765984277b59cb9e0ca3430f6.tar.gz
games/blobby2: Updated for version 1.0rc3.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'games/blobby2/blobby2.SlackBuild')
-rw-r--r--games/blobby2/blobby2.SlackBuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/games/blobby2/blobby2.SlackBuild b/games/blobby2/blobby2.SlackBuild
index 3c2ab6b02c..0abb137611 100644
--- a/games/blobby2/blobby2.SlackBuild
+++ b/games/blobby2/blobby2.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for blobby2
-# Copyright 2010-2012 Heinz Wiesinger, Amsterdam, The Netherlands
+# Copyright 2010-2013 Heinz Wiesinger, Amsterdam, The Netherlands
# 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=blobby2
-VERSION=1.0rc1
-BUILD=${BUILD:-2}
+VERSION=1.0rc3
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -65,9 +65,6 @@ cd blobby-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
-# Fix compatibility with gcc 4.7 (svn revision 955)
-patch -p1 -i $CWD/blobby2-gcc47.patch
-
mkdir -p build
cd build
cmake \