commit: 1fae5b17fa009c7bfb405dd186566c48c42c5390 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Mon Sep 16 20:49:42 2019 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Mon Sep 16 21:18:52 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fae5b17
dev-util/mingw64-runtime: Don't install USE=libraries libs to lib64 Closes: https://bugs.gentoo.org/653246 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/12944 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> ...ingw64-runtime-6.0.0-r2.ebuild => mingw64-runtime-6.0.0-r3.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-util/mingw64-runtime/mingw64-runtime-6.0.0-r2.ebuild b/dev-util/mingw64-runtime/mingw64-runtime-6.0.0-r3.ebuild similarity index 96% rename from dev-util/mingw64-runtime/mingw64-runtime-6.0.0-r2.ebuild rename to dev-util/mingw64-runtime/mingw64-runtime-6.0.0-r3.ebuild index 9dc20f91b73..0e78df25705 100644 --- a/dev-util/mingw64-runtime/mingw64-runtime-6.0.0-r2.ebuild +++ b/dev-util/mingw64-runtime/mingw64-runtime-6.0.0-r3.ebuild @@ -75,9 +75,11 @@ src_configure() { # By default configure tries to set --sysroot=${prefix}. We disable # this behaviour with --with-sysroot=no to use gcc's sysroot default. # That way we can cross-build mingw64-runtime with cross-emerge. + local prefix="${EPREFIX}"$(alt_prefix)/usr CHOST=${CTARGET} econf \ --with-sysroot=no \ - --prefix="${EPREFIX}"$(alt_prefix)/usr \ + --prefix="${prefix}" \ + --libdir="${prefix}"/lib \ --with-headers \ --enable-sdk \ $(crt_with crt) \
