summaryrefslogtreecommitdiff
path: root/databases/xtrabackup81/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/xtrabackup81/Makefile')
-rw-r--r--databases/xtrabackup81/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/xtrabackup81/Makefile b/databases/xtrabackup81/Makefile
index 75165fccc89c..9a7564e0c335 100644
--- a/databases/xtrabackup81/Makefile
+++ b/databases/xtrabackup81/Makefile
@@ -1,6 +1,7 @@
PORTNAME= xtrabackup81
PORTVERSION= 8.1.0
DISTVERSIONSUFFIX= -1
+PORTREVISION= 3
CATEGORIES= databases
MASTER_SITES= https://downloads.percona.com/downloads/Percona-XtraBackup-innovative-release/Percona-XtraBackup-8.1.0-1/source/tarball/:percona \
SF/boost/boost/${BOOST_VERSION}:boost
@@ -68,7 +69,7 @@ post-patch:
.for d in storage/innobase/xtrabackup/src sql/protobuf
${REINPLACE_CMD} 's,%%PREFIX%%,${PREFIX},' ${WRKSRC}/${d}/CMakeLists.txt
.endfor
-.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 160
+.if ${COMPILER_TYPE} == clang
@${REINPLACE_CMD} -e 's|std::unary_function|std::__unary_function|' \
${WRKSRC}/../boost_${BOOST_VERSION_UNDER}/boost/container_hash/hash.hpp
.endif