MFH: r565248

multimedia/arcan: fix build on powerpc64*

lang/luajit is not available on powerpc64 and powerpc64le.
This commit is contained in:
Piotr Kubaj 2021-02-14 16:43:08 +00:00
parent c215c15c3a
commit 1e25f86e7d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2021Q1/; revision=565249

View File

@ -75,6 +75,12 @@ WAYLAND_USES= xorg
WAYLAND_USE= XORG=xcb
WAYLAND_CMAKE_BOOL_OFF= DISABLE_WAYLAND
.include <bsd.port.options.mk>
.if ${ARCH:Mpowerpc64*}
LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit-openresty
.endif
post-patch:
@${REINPLACE_CMD} -i.prefix 's,/usr/local,${PREFIX},g' \
${WRKSRC:H}/doc/${PORTNAME}.1 \