diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2016-11-14 05:03:05 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2016-11-14 05:03:05 +0000 |
commit | d864fd0302a0ca0d421baca3c55d40004540a322 (patch) | |
tree | cb381caf81b1847be664587468c502c1e22508f0 /audio/musescore/Makefile | |
parent | 90a0bcab1d525837a73cc05d847c702db222ff44 (diff) | |
download | ports-d864fd0302a0ca0d421baca3c55d40004540a322.tar.gz ports-d864fd0302a0ca0d421baca3c55d40004540a322.zip |
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=426082
Diffstat (limited to 'audio/musescore/Makefile')
-rw-r--r-- | audio/musescore/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/musescore/Makefile b/audio/musescore/Makefile index c5595f4dcca7..4c40ea1c5f25 100644 --- a/audio/musescore/Makefile +++ b/audio/musescore/Makefile @@ -26,6 +26,8 @@ ALL_TARGET= lrelease manpages all DATADIR= ${PREFIX}/share/mscore-${PORTVERSION:R} +BROKEN_aarch64= Fails to compile: error: constant expression evaluates to -1 + OPTIONS_DEFINE= ALSA JACK PORTAUDIO PULSEAUDIO OPTIONS_DEFAULT= PORTAUDIO |