Date: Mon, 15 Feb 2021 23:21:13 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565356 - head/multimedia/arcan Message-ID: <202102152321.11FNLDJU016131@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102152321.11FNLDJU016131>