From c7de0f8340f24f7d55edb67242f3969ee3eeca2b Mon Sep 17 00:00:00 2001 From: Jakov Smolic Date: Tue, 29 Dec 2020 17:40:03 +0100 Subject: media-sound/dvda-author: Respect AR Closes: https://bugs.gentoo.org/762232 Signed-off-by: Jakov Smolic Signed-off-by: David Seifert --- media-sound/dvda-author/dvda-author-10.06-r1.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'media-sound') diff --git a/media-sound/dvda-author/dvda-author-10.06-r1.ebuild b/media-sound/dvda-author/dvda-author-10.06-r1.ebuild index 28e830dfa8da..811fbf5d248c 100644 --- a/media-sound/dvda-author/dvda-author-10.06-r1.ebuild +++ b/media-sound/dvda-author/dvda-author-10.06-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit desktop +inherit desktop toolchain-funcs DESCRIPTION="Author a DVD-Audio DVD" HOMEPAGE="http://dvd-audio.sourceforge.net" @@ -47,6 +47,10 @@ src_configure() { $(use_with debug debug full) } +src_compile() { + emake AR="$(tc-getAR)" all +} + src_install() { default -- cgit v1.2.3-65-gdbad