mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
benchmarks/sysbench: fix build on powerpc64le
This commit is contained in:
parent
967479e476
commit
7374706d86
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=565256
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ PGSQL_USES= pgsql
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${ARCH} == powerpc64
|
.if ${ARCH:Mpowerpc64*}
|
||||||
LIB_DEPENDS+= libluajit-5.1.so:lang/luajit-openresty
|
LIB_DEPENDS+= libluajit-5.1.so:lang/luajit-openresty
|
||||||
.else
|
.else
|
||||||
LIB_DEPENDS+= libluajit-5.1.so:lang/luajit
|
LIB_DEPENDS+= libluajit-5.1.so:lang/luajit
|
||||||
|
|
Loading…
Add table
Reference in a new issue