diff options
author | pkubaj <pkubaj@FreeBSD.org> | 2019-08-13 22:54:59 +0800 |
---|---|---|
committer | pkubaj <pkubaj@FreeBSD.org> | 2019-08-13 22:54:59 +0800 |
commit | 53266515bc809dcc3f114bcb70197ef335102641 (patch) | |
tree | aa6cb051a22cef960dd48030cd0b4a64f3ea5c8b | |
parent | e41f1b8ce33ff74179907c366b89a6aa767c09ae (diff) | |
download | freebsd-ports-gnome-53266515bc809dcc3f114bcb70197ef335102641.tar.gz freebsd-ports-gnome-53266515bc809dcc3f114bcb70197ef335102641.tar.zst freebsd-ports-gnome-53266515bc809dcc3f114bcb70197ef335102641.zip |
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
-rw-r--r-- | games/freeminer/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/freeminer/Makefile b/games/freeminer/Makefile index e8f7c3af96c4..94ce89d6e4df 100644 --- a/games/freeminer/Makefile +++ b/games/freeminer/Makefile @@ -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 |