summaryrefslogtreecommitdiffstats
path: root/academic/tophat/tophat.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'academic/tophat/tophat.SlackBuild')
-rw-r--r--academic/tophat/tophat.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/academic/tophat/tophat.SlackBuild b/academic/tophat/tophat.SlackBuild
index 17db0b0b1f..22d1b532bf 100644
--- a/academic/tophat/tophat.SlackBuild
+++ b/academic/tophat/tophat.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=tophat
VERSION=${VERSION:-2.1.2}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -86,6 +86,7 @@ patch -p1 < $CWD/make_pair.patch
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
+CPPFLAGS="$SLKCFLAGS -std=c++14" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \