commit: ac0fe3924051315f1f2fe907919a2dd9e8ecd42b
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 7 23:14:43 2021 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Mar 7 23:14:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac0fe392
dev-libs/libutf8proc: fix Darwin build
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-libs/libutf8proc/libutf8proc-2.6.1.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-libs/libutf8proc/libutf8proc-2.6.1.ebuild
b/dev-libs/libutf8proc/libutf8proc-2.6.1.ebuild
index c3a247d6122..1328d81f501 100644
--- a/dev-libs/libutf8proc/libutf8proc-2.6.1.ebuild
+++ b/dev-libs/libutf8proc/libutf8proc-2.6.1.ebuild
@@ -35,7 +35,9 @@ src_prepare() {
src_compile() {
emake \
AR="$(tc-getAR)" \
- CC="$(tc-getCC)"
+ CC="$(tc-getCC)" \
+ prefix="/usr" \
+ libdir="${EPREFIX}/usr/$(get_libdir)"
}
src_install() {