diff options
Diffstat (limited to 'audio/ardour6')
-rw-r--r-- | audio/ardour6/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/ardour6/Makefile b/audio/ardour6/Makefile index cf9afbeb0644..4ab88d8c0c72 100644 --- a/audio/ardour6/Makefile +++ b/audio/ardour6/Makefile @@ -12,11 +12,12 @@ DISTNAME= Ardour-${PORTVERSION} MAINTAINER= beerml@sigma6audio.de COMMENT= Multichannel digital audio workstation -BROKEN= Does not build with glib 2.66.0 - LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= Does not build with glib 2.66.0 +BROKEN_aarch64= fails to configure: Could not find the program gas,as,gcc + BUILD_DEPENDS= lv2>=1.18.0:audio/lv2 \ itstool>2.0.0:textproc/itstool LIB_DEPENDS= libserd-0.so:devel/serd \ @@ -52,8 +53,6 @@ USE_LDCONFIG= yes INSTALLS_ICONS= yes BINARY_ALIAS+= gas=${CC} -BROKEN_aarch64= fails to configure: Could not find the program gas,as,gcc - PLIST_SUB= ARDOURVERSION=${PORTVERSION} CONFIGURE_ARGS= --optimize --ptformat --freedesktop --no-phone-home \ |