summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-cdr/isomaster/isomaster-1.3.15.ebuild')
-rw-r--r--app-cdr/isomaster/isomaster-1.3.15.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-cdr/isomaster/isomaster-1.3.15.ebuild b/app-cdr/isomaster/isomaster-1.3.15.ebuild
index 4409476a71a0..f9907cc82e04 100644
--- a/app-cdr/isomaster/isomaster-1.3.15.ebuild
+++ b/app-cdr/isomaster/isomaster-1.3.15.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -22,6 +22,7 @@ DEPEND="${RDEPEND}
PATCHES=(
"${FILESDIR}"/${PN}-1.3.14-include-path.patch
+ "${FILESDIR}"/${PN}-1.3.15-ar.patch
)
pkg_setup() {
@@ -43,7 +44,7 @@ src_prepare() {
}
src_compile() {
- tc-export CC
+ tc-export AR CC
emake "${myisoconf[@]}"
}