aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2019-12-05 11:54:00 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2019-12-05 11:54:00 +0000
commitf1da786437de113a982a8c7cf8b89d89f723dccc (patch)
tree7711d02b0b3e98336205819da605613dd017f602 /audio
parent0d68a77a6a7cb00f77b4f6a8d8edbaff66f1fce3 (diff)
downloadports-f1da786437de113a982a8c7cf8b89d89f723dccc.tar.gz
ports-f1da786437de113a982a8c7cf8b89d89f723dccc.zip
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.
Notes
Notes: svn path=/head/; revision=519077
Diffstat (limited to 'audio')
-rw-r--r--audio/musescore/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/musescore/Makefile b/audio/musescore/Makefile
index c62a49bcaf91..13a19ee01c51 100644
--- a/audio/musescore/Makefile
+++ b/audio/musescore/Makefile
@@ -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