svn commit: r554960 - head/databases/xtrabackup8
Alexey Dokuchaev
danfe at FreeBSD.org
Thu Nov 12 14:00:47 UTC 2020
Author: danfe
Date: Thu Nov 12 14:00:46 2020
New Revision: 554960
URL: https://svnweb.freebsd.org/changeset/ports/554960
Log:
Make sure that ARCH variable is defined at the time of check.
Reported by: dvl
Pointy hat to: danfe
Modified:
head/databases/xtrabackup8/Makefile
Modified: head/databases/xtrabackup8/Makefile
==============================================================================
--- head/databases/xtrabackup8/Makefile Thu Nov 12 13:31:01 2020 (r554959)
+++ head/databases/xtrabackup8/Makefile Thu Nov 12 14:00:46 2020 (r554960)
@@ -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>
More information about the svn-ports-head
mailing list