diff options
Diffstat (limited to 'libraries/hyperscan/hyperscan.SlackBuild')
-rw-r--r-- | libraries/hyperscan/hyperscan.SlackBuild | 7 |
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 |