1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

Enable WEBENGINE in audio/musescore on ppc64 in FreeBSD 13.0

Following the options pattern from pkubaj@, there's an upcoming
ABI change which will allow musescore to build. See r519036.
This commit is contained in:
Adriaan de Groot 2019-12-05 11:54:00 +00:00
parent 0d68a77a6a
commit f1da786437
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519077

View File

@ -41,12 +41,14 @@ CMAKE_ARGS+= -DUSE_SYSTEM_FREETYPE="ON" \
-DBUILD_PCH=OFF \
-DDOWNLOAD_SOUNDFONT=OFF
# WebEngine is only available on i386/amd64; defaults to ON there.
# WebEngine is only available on i386/amd64, amd ppc64 starting FreeBSD 13.0.
# If enabled on arches that don't have WebEngine, the build breaks.
OPTIONS_DEFINE= ALSA JACK PORTAUDIO PULSEAUDIO WEBENGINE
OPTIONS_DEFAULT= PORTAUDIO
OPTIONS_DEFAULT_amd64= WEBENGINE
OPTIONS_DEFAULT_i386= WEBENGINE
OPTIONS_DEFAULT_powerpc64= ${OPTIONS_DEFAULT_powerpc64_${OSREL:R}}
OPTIONS_DEFAULT_powerpc64_13= WEBENGINE
WEBENGINE_DESC= Use WebEngine in the welcome panel