aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-02-14 17:47:02 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-02-14 17:47:02 +0000
commit7374706d86f721f2342f8992edabef434557aaf2 (patch)
tree8a5f0ce5a7117601bae1ee6beb6836c8da6f54b5 /benchmarks
parent967479e47669d29f9cd60e3ff89470507c26884c (diff)
downloadports-7374706d86f721f2342f8992edabef434557aaf2.tar.gz
ports-7374706d86f721f2342f8992edabef434557aaf2.zip
benchmarks/sysbench: fix build on powerpc64le
Notes
Notes: svn path=/head/; revision=565256
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/sysbench/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/sysbench/Makefile b/benchmarks/sysbench/Makefile
index 0ee10dae64f6..152dd9242ed1 100644
--- a/benchmarks/sysbench/Makefile
+++ b/benchmarks/sysbench/Makefile
@@ -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