Date: Tue, 13 Aug 2019 14:54:59 +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: r508830 - head/games/freeminer Message-ID: <201908131454.x7DEsxNt081099@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Tue Aug 13 14:54:59 2019 New Revision: 508830 URL: https://svnweb.freebsd.org/changeset/ports/508830 Log: games/freeminer: enable building on powerpc64 Luajit is not available on powerpc64. This itself doesn't fix build with GCC on powerpc64 currently, but it does fix build when experimental patches for Clang in base are used. Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D21241 Modified: head/games/freeminer/Makefile Modified: head/games/freeminer/Makefile ============================================================================== --- head/games/freeminer/Makefile Tue Aug 13 14:46:28 2019 (r508829) +++ head/games/freeminer/Makefile Tue Aug 13 14:54:59 2019 (r508830) @@ -28,6 +28,7 @@ PORTDOCS= * OPTIONS_DEFINE= CLIENT SERVER CURL SOUND FREETYPE LEVELDB LUAJIT NLS DOCS EXAMPLES OPTIONS_DEFAULT=CLIENT SERVER CURL SOUND FREETYPE LEVELDB LUAJIT +OPTIONS_EXCLUDE_powerpc64= LUAJIT OPTIONS_SUB= yes CLIENT_DESC= Build client
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908131454.x7DEsxNt081099>