From fb0247c8b00ba2a1fb4efa1b914a5b60578bafb9 Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Tue, 20 Dec 2011 08:57:01 -0200 Subject: libraries/cuneiform: Updated for version 1.1.0. Signed-off-by: Niels Horn --- libraries/cuneiform/cuneiform.SlackBuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'libraries/cuneiform/cuneiform.SlackBuild') diff --git a/libraries/cuneiform/cuneiform.SlackBuild b/libraries/cuneiform/cuneiform.SlackBuild index e7fcaff20e..4615ae5b17 100644 --- a/libraries/cuneiform/cuneiform.SlackBuild +++ b/libraries/cuneiform/cuneiform.SlackBuild @@ -5,7 +5,7 @@ # Written by Larry Hajali PRGNAM=cuneiform -VERSION=${VERSION:-1.0.0} +VERSION=${VERSION:-1.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -62,12 +62,6 @@ cd build -DCMAKE_SKIP_RPATH:BOOL=YES \ -DCMAKE_BUILD_TYPE=Release .. -# Remove -O3 flag. - REM_O3=$(find . -type f | xargs grep '\-O3' | cut -d ':' -f1 | uniq | sort) - for i in $REM_O3; do - sed -i 's|-O3 ||g' $i - done - make VERBOSE=1 make install DESTDIR=$PKG cd .. -- cgit v1.2.3