svn commit: r565249 - branches/2021Q1/multimedia/arcan

Piotr Kubaj pkubaj at FreeBSD.org
Sun Feb 14 16:43:08 UTC 2021


Author: pkubaj
Date: Sun Feb 14 16:43:08 2021
New Revision: 565249
URL: https://svnweb.freebsd.org/changeset/ports/565249

Log:
  MFH: r565248
  
  multimedia/arcan: fix build on powerpc64*
  
  lang/luajit is not available on powerpc64 and powerpc64le.

Modified:
  branches/2021Q1/multimedia/arcan/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/multimedia/arcan/Makefile
==============================================================================
--- branches/2021Q1/multimedia/arcan/Makefile	Sun Feb 14 16:42:12 2021	(r565248)
+++ branches/2021Q1/multimedia/arcan/Makefile	Sun Feb 14 16:43:08 2021	(r565249)
@@ -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