svn commit: r565248 - head/multimedia/arcan
Piotr Kubaj
pkubaj at FreeBSD.org
Sun Feb 14 16:42:13 UTC 2021
Author: pkubaj
Date: Sun Feb 14 16:42:12 2021
New Revision: 565248
URL: https://svnweb.freebsd.org/changeset/ports/565248
Log:
multimedia/arcan: fix build on powerpc64*
lang/luajit is not available on powerpc64 and powerpc64le.
MFH: 2021Q1
Modified:
head/multimedia/arcan/Makefile
Modified: head/multimedia/arcan/Makefile
==============================================================================
--- head/multimedia/arcan/Makefile Sun Feb 14 16:32:41 2021 (r565247)
+++ head/multimedia/arcan/Makefile Sun Feb 14 16:42:12 2021 (r565248)
@@ -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 \
More information about the svn-ports-all
mailing list