diff options
Diffstat (limited to 'games/blobby2/blobby2.SlackBuild')
-rw-r--r-- | games/blobby2/blobby2.SlackBuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/games/blobby2/blobby2.SlackBuild b/games/blobby2/blobby2.SlackBuild index 3c2ab6b02c5d..0abb13761154 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 \ |