diff options
Diffstat (limited to 'graphics/hugin/hugin.SlackBuild')
-rw-r--r-- | graphics/hugin/hugin.SlackBuild | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/graphics/hugin/hugin.SlackBuild b/graphics/hugin/hugin.SlackBuild index a52b663f48..0bc15640d3 100644 --- a/graphics/hugin/hugin.SlackBuild +++ b/graphics/hugin/hugin.SlackBuild @@ -5,7 +5,8 @@ # Copyright 2009-2010 Erik W. Hanson, Minneapolis, MN, USA # All rights reserved. # Modified 2011 for version 2011.0.0 by titopoquito -# Modified 2012 for version 2011.4.0 by titopoquito +# Modified 2012 for version 2011.4.0 by titopoquito +# Modified 2013 for version 2012.0.0 by titopoquito # (titopoquito@gmail.com) # # Redistribution and use of this script, with or without modification, is @@ -26,8 +27,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=hugin -VERSION=2011.4.0 -BUILD=${BUILD:-2} +VERSION=2012.0.0 +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -68,10 +69,6 @@ cd $PRGNAM-$VERSION chown -R root:root . chmod -R u+w,go+r-w,a-s . -# apply patch to make compilation work with gcc 4.7 -# patch taken from https://bugs.launchpad.net/hugin/+bug/913250 -patch -p1 < $CWD/hugin-gcc47.patch - cmake \ -DCMAKE_C_FLAGS="$SLKCFLAGS" \ -DCMAKE_CXX_FLAGS="$SLKCFLAGS" \ |