summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-01-04 11:22:10 -0600
committer Erik Hanson <erik@slackbuilds.org>2014-01-04 11:22:10 -0600
commit1c5a7ebfc78428d770a5cd218c47740179e8f878 (patch)
treef04e6230bd979de30c83d0b91df37812926a5400 /libraries
parente245e79da68b25b5c3064df8a35c2c0374678e36 (diff)
downloadslackbuilds-1c5a7ebfc78428d770a5cd218c47740179e8f878.tar.gz
slackbuilds-1c5a7ebfc78428d770a5cd218c47740179e8f878.tar.xz
libraries/lensfun: Build bump, added SSE/SSE2 optimization.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/lensfun/lensfun.SlackBuild6
1 files changed, 4 insertions, 2 deletions
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 <ricardsonwilliams at yahoo.com.br>
-# Copyright 2013 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
+# Copyright 2013-2014 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# 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