svn commit: r510092 - head/devel/efl
Piotr Kubaj
pkubaj at FreeBSD.org
Wed Aug 28 19:21:13 UTC 2019
Author: pkubaj
Date: Wed Aug 28 19:21:12 2019
New Revision: 510092
URL: https://svnweb.freebsd.org/changeset/ports/510092
Log:
devel/efl: luajit is unavailable on all powerpc* platforms
luajit is unavailable on all powerpc* platforms.
PR: 239375
Approved by: enlightenment (maintainer timeout), linimon (mentor)
Differential Revision: https://reviews.freebsd.org/D21398
Modified:
head/devel/efl/Makefile
Modified: head/devel/efl/Makefile
==============================================================================
--- head/devel/efl/Makefile Wed Aug 28 19:17:50 2019 (r510091)
+++ head/devel/efl/Makefile Wed Aug 28 19:21:12 2019 (r510092)
@@ -174,7 +174,7 @@ CONFIGURE_ARGS+= --with-opengl=none
LIB_DEPENDS+= libunwind.so:devel/libunwind
.endif
-.if ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
+.if ${ARCH:Mpowerpc*} || ${ARCH} == "sparc64"
USES+= lua
CONFIGURE_ARGS+= --enable-lua-old
PLIST_SUB+= ELUA="@comment "
More information about the svn-ports-head
mailing list