mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
sys-libs/zlib: fix mingw-w64 build.
Gentoo-Bug: https://bugs.gentoo.org/605484 Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4662
This commit is contained in:
committed by
Patrice Clement
parent
1b45977403
commit
30409522f8
@@ -29,6 +29,13 @@ src_prepare() {
|
||||
cd contrib/minizip || die
|
||||
eautoreconf
|
||||
fi
|
||||
|
||||
case ${CHOST} in
|
||||
*-mingw*|mingw*)
|
||||
# uses preconfigured Makefile rather than configure script
|
||||
multilib_copy_sources
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
echoit() { echo "$@"; "$@"; }
|
||||
|
||||
Reference in New Issue
Block a user