From 1c5a7ebfc78428d770a5cd218c47740179e8f878 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sat, 4 Jan 2014 11:22:10 -0600 Subject: libraries/lensfun: Build bump, added SSE/SSE2 optimization. Signed-off-by: Erik Hanson --- libraries/lensfun/lensfun.SlackBuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libraries/lensfun') diff --git a/libraries/lensfun/lensfun.SlackBuild b/libraries/lensfun/lensfun.SlackBuild index fa141a61a4..c11a581bab 100644 --- a/libraries/lensfun/lensfun.SlackBuild +++ b/libraries/lensfun/lensfun.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script of lensfun # Copyright 2009 Ricardson Williams -# Copyright 2013 Willy Sudiarto Raharjo +# Copyright 2013-2014 Willy Sudiarto Raharjo # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ PRGNAM=lensfun VERSION=${VERSION:-0.2.8} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -77,6 +77,8 @@ cd build -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \ -DCMAKE_INSTALL_PREFIX=/usr \ -DLIB_SUFFIX=${LIBDIRSUFFIX} \ + -DBUILD_FOR_SSE=ON \ + -DBUILD_FOR_SSE2=ON \ -DCMAKE_BUILD_TYPE=Release .. make make install DESTDIR=$PKG -- cgit v1.2.3