summaryrefslogtreecommitdiffstats
path: root/libraries/hyperscan/hyperscan.SlackBuild
diff options
context:
space:
mode:
author Ebben Aries2019-04-01 02:19:54 +0200
committer Willy Sudiarto Raharjo2019-04-05 02:38:25 +0200
commit7d55b2f7eb23fb2f7d6fc7811e68971e09ce446b (patch)
tree098ae76751a519917c6dd08b3156ef4af2e9ee00 /libraries/hyperscan/hyperscan.SlackBuild
parentc7d24fcae6fa1926bbef3502567c255653e11e06 (diff)
downloadslackbuilds-7d55b2f7eb23fb2f7d6fc7811e68971e09ce446b.tar.gz
libraries/hyperscan: Updated for version 5.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/hyperscan/hyperscan.SlackBuild')
-rw-r--r--libraries/hyperscan/hyperscan.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/libraries/hyperscan/hyperscan.SlackBuild b/libraries/hyperscan/hyperscan.SlackBuild
index c90bbc8463..10baa65d8d 100644
--- a/libraries/hyperscan/hyperscan.SlackBuild
+++ b/libraries/hyperscan/hyperscan.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for Hyperscan
-# Copyright 2018 Ebben Aries <e@dscp.org>
+# Copyright 2018, 2019 Ebben Aries <e@dscp.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=hyperscan
-VERSION=${VERSION:-5.0.0}
+VERSION=${VERSION:-5.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -69,9 +69,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-# https://github.com/intel/hyperscan/issues/104
-patch -p0 --verbose < $CWD/boost_distance.patch
-
sed -i -e 's/mktemp/mktemp-gnu/' cmake/build_wrapper.sh
mkdir -p build