aboutsummaryrefslogtreecommitdiff
path: root/databases/xtrabackup8
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2020-11-12 14:00:46 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2020-11-12 14:00:46 +0000
commitbd0e2549e3547223012ee7107c4351ce5b3b4448 (patch)
tree2936ab8b02f1bcbb7941231e09dcc9da654bccf5 /databases/xtrabackup8
parent658e5248dd6a2664a9cf6ddc72978945e0d30707 (diff)
downloadports-bd0e2549e3547223012ee7107c4351ce5b3b4448.tar.gz
ports-bd0e2549e3547223012ee7107c4351ce5b3b4448.zip
Make sure that ARCH variable is defined at the time of check.
Reported by: dvl Pointy hat to: danfe
Notes
Notes: svn path=/head/; revision=554960
Diffstat (limited to 'databases/xtrabackup8')
-rw-r--r--databases/xtrabackup8/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/xtrabackup8/Makefile b/databases/xtrabackup8/Makefile
index ad3f526b4f62..dda341fce3b2 100644
--- a/databases/xtrabackup8/Makefile
+++ b/databases/xtrabackup8/Makefile
@@ -39,6 +39,8 @@ CMAKE_ARGS= -DBUILD_CONFIG:STRING=xtrabackup_release
CMAKE_ARGS+= -DWITH_${component}:STRING=system
.endfor
+.include <bsd.port.pre.mk>
+
# Since MySQL 8.0.20 InnoDB engine uses new memory alligned allocator
# which is broken on i386 due to different size of types and causes a
# 'static_assert(alignof(T) <= alignof(std::max_align_t))' error
@@ -60,4 +62,4 @@ post-stage:
@${RM} -r ${STAGEDIR}${PREFIX}/docs
@${RMDIR} ${STAGEDIR}${PREFIX}/lib/plugin/debug
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>