From ee05da6615a942299b2594b76f52cdbb51edca38 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Mon, 7 Jan 2019 14:26:37 +0100 Subject: dev-libs/libffi: respect --libdir configure argument Signed-off-by: Fabian Groffen Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- dev-libs/libffi/libffi-3.3_rc0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/libffi/libffi-3.3_rc0.ebuild b/dev-libs/libffi/libffi-3.3_rc0.ebuild index 5f56796bb879..28a4141b97e5 100644 --- a/dev-libs/libffi/libffi-3.3_rc0.ebuild +++ b/dev-libs/libffi/libffi-3.3_rc0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -50,6 +50,7 @@ multilib_src_configure() { use userland_BSD && export HOST="${CHOST}" econf \ --includedir="${EPREFIX}"/usr/$(get_libdir)/${P}/include \ + --disable-multi-os-directory \ $(use_enable static-libs static) \ $(use_enable pax_kernel pax_emutramp) \ $(use_enable debug) -- cgit v1.2.3-65-gdbad