Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Apr 2021 08:15:08 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 021faaac0be6 - main - audio/ardour6: unbreak on aarch64
Message-ID:  <202104060815.1368F8aN090753@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=021faaac0be6649e4557738a4e70773dc85120e4

commit 021faaac0be6649e4557738a4e70773dc85120e4
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2017-01-29 13:55:38 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-04-06 08:11:39 +0000

    audio/ardour6: unbreak on aarch64
---
 audio/ardour6/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/audio/ardour6/Makefile b/audio/ardour6/Makefile
index f2c398c6e903..e947b56247c7 100644
--- a/audio/ardour6/Makefile
+++ b/audio/ardour6/Makefile
@@ -16,10 +16,10 @@ COMMENT=	Multichannel digital audio workstation
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-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
+		itstool>2.0.0:textproc/itstool \
+		${BUILD_DEPENDS_${ARCH}}
+BUILD_DEPENDS_aarch64=	as:devel/binutils
 LIB_DEPENDS=	libserd-0.so:devel/serd \
 		libsord-0.so:devel/sord \
 		libsratom-0.so:audio/sratom \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104060815.1368F8aN090753>