svn commit: r565356 - head/multimedia/arcan

Piotr Kubaj pkubaj at FreeBSD.org
Mon Feb 15 23:21:13 UTC 2021


Author: pkubaj
Date: Mon Feb 15 23:21:12 2021
New Revision: 565356
URL: https://svnweb.freebsd.org/changeset/ports/565356

Log:
  multimedia/arcan: enable LUAJIT on powerpc64
  
  It builds fine with luajit-openresty.

Modified:
  head/multimedia/arcan/Makefile

Modified: head/multimedia/arcan/Makefile
==============================================================================
--- head/multimedia/arcan/Makefile	Mon Feb 15 23:20:21 2021	(r565355)
+++ head/multimedia/arcan/Makefile	Mon Feb 15 23:21:12 2021	(r565356)
@@ -2,6 +2,7 @@
 
 PORTNAME=	arcan
 DISTVERSION=	0.6.0.1
+PORTREVISION=	1
 CATEGORIES=	multimedia
 
 MAINTAINER=	jbeich at FreeBSD.org
@@ -32,7 +33,6 @@ LDFLAGS_i386=	-Wl,-z,notext
 OPTIONS_DEFINE=	ESPEAK FFMPEG LUAJIT SDL SUID TESSERACT UVC VLC VNC WAYLAND
 OPTIONS_DEFAULT=ESPEAK FFMPEG LUAJIT SDL SUID TESSERACT UVC VLC VNC WAYLAND
 OPTIONS_EXCLUDE_aarch64=	LUAJIT # bug 225342
-OPTIONS_EXCLUDE_powerpc64=	LUAJIT
 OPTIONS_SUB=	yes
 
 ESPEAK_DESC=		Text to speech via eSpeak


More information about the svn-ports-all mailing list