Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Feb 2021 16:43:08 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r565249 - branches/2021Q1/multimedia/arcan
Message-ID:  <202102141643.11EGh8pu082800@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102141643.11EGh8pu082800>