svn commit: r565256 - head/benchmarks/sysbench

Piotr Kubaj pkubaj at FreeBSD.org
Sun Feb 14 17:47:03 UTC 2021


Author: pkubaj
Date: Sun Feb 14 17:47:02 2021
New Revision: 565256
URL: https://svnweb.freebsd.org/changeset/ports/565256

Log:
  benchmarks/sysbench: fix build on powerpc64le

Modified:
  head/benchmarks/sysbench/Makefile

Modified: head/benchmarks/sysbench/Makefile
==============================================================================
--- head/benchmarks/sysbench/Makefile	Sun Feb 14 17:43:05 2021	(r565255)
+++ head/benchmarks/sysbench/Makefile	Sun Feb 14 17:47:02 2021	(r565256)
@@ -32,7 +32,7 @@ PGSQL_USES=		pgsql
 
 .include <bsd.port.options.mk>
 
-.if ${ARCH} == powerpc64
+.if ${ARCH:Mpowerpc64*}
 LIB_DEPENDS+=	libluajit-5.1.so:lang/luajit-openresty
 .else
 LIB_DEPENDS+=	libluajit-5.1.so:lang/luajit


More information about the svn-ports-all mailing list