diff options
author | acm <acm@FreeBSD.org> | 2019-08-13 10:18:11 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2019-08-13 10:18:11 +0800 |
commit | e89b26f43faacb65ad02be48e9cec030d1f4c659 (patch) | |
tree | 6389122fd0df4f4473a5066072af9238c64661f7 /games | |
parent | 4dab2ef76cf7425212db6689b43b57a84d16baee (diff) | |
download | freebsd-ports-gnome-e89b26f43faacb65ad02be48e9cec030d1f4c659.tar.gz freebsd-ports-gnome-e89b26f43faacb65ad02be48e9cec030d1f4c659.tar.zst freebsd-ports-gnome-e89b26f43faacb65ad02be48e9cec030d1f4c659.zip |
- Fix build on powerpc64
PR: 239414
Submitted by: pkubaj
Diffstat (limited to 'games')
-rw-r--r-- | games/naev/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/naev/Makefile b/games/naev/Makefile index c1a83fdf03f7..32261a5d16ed 100644 --- a/games/naev/Makefile +++ b/games/naev/Makefile @@ -3,7 +3,7 @@ PORTNAME= naev PORTVERSION= 0.7.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ @@ -39,6 +39,8 @@ PLIST_FILES= bin/${PORTNAME} man/man6/${PORTNAME}.6.gz \ OPTIONS_DEFINE= DOCS OPENAL SDL2 SDL_MIXER OPTIONS_DEFAULT= LUA_JIT OPENAL SDL2 SDL_MIXER +OPTIONS_DEFAULT_powerpc64= LUA_SHARED +OPTIONS_EXCLUDE_powerpc64= LUA_JIT OPTIONS_SINGLE= LUA OPTIONS_SINGLE_LUA= LUA_INTERNAL LUA_SHARED LUA_JIT |