mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
devel/efl: Fix LUA option defaults for PowerPC arches.
PR: 264313
Reported by: pkubaj
Fixes: 8261cd9789
This commit is contained in:
parent
1c59b3dd56
commit
62f1e4555c
@ -57,8 +57,11 @@ OPTIONS_SINGLE_LUAL= LUAJIT LUAJIT_OR LUALANG
|
||||
OPTIONS_DEFAULT= FRIBIDI HARFBUZZ PULSEAUDIO EXAMPLES GSTREAMER V4L SCIM XIM \
|
||||
OPENSSL OPENJPEG PDF PS RAW SVG WEBP XCF OPENGLES LUAJIT CXX
|
||||
OPTIONS_DEFAULT_aarch64= LUALANG
|
||||
OPTIONS_DEFAULT_powerpc64= LUAJIT_OR
|
||||
OPTIONS_DEFAULT_powerpc64le= LUAJIT_OR
|
||||
OPTIONS_EXCLUDE_aarch64= LUAJIT LUAJIT_OR
|
||||
OPTIONS_EXCLUDE_powerpc64= LUAJIT
|
||||
OPTIONS_EXCLUDE_powerpc64le= LUAJIT
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
HARFBUZZ_DESC= OpenType text shaping engine
|
||||
|
Loading…
Reference in New Issue
Block a user