summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-sound/dvda-author/dvda-author-10.06-r1.ebuild6
1 files changed, 5 insertions, 1 deletions
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