svn commit: r508830 - head/games/freeminer
Piotr Kubaj
pkubaj at FreeBSD.org
Tue Aug 13 14:54:59 UTC 2019
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
More information about the svn-ports-all
mailing list