From 9cba1867a54e16cf8657b32d184cf436432a6dd5 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 28 Jul 2019 08:09:57 +0200 Subject: app-portage/eix: Fix Cygwin linking issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/687988 Signed-off-by: Michał Górny --- app-portage/eix/eix-0.33.8.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'app-portage/eix') diff --git a/app-portage/eix/eix-0.33.8.ebuild b/app-portage/eix/eix-0.33.8.ebuild index d6ad1512e486..49fba0c878cd 100644 --- a/app-portage/eix/eix-0.33.8.ebuild +++ b/app-portage/eix/eix-0.33.8.ebuild @@ -76,10 +76,8 @@ src_configure() { # https://github.com/vaeth/eix/issues/35 append-cxxflags -std=c++14 - if [[ ${CHOST} == *-cygwin* ]]; then - # work around https://github.com/vaeth/eix/issues/64, bug#687988 - export mv_fCXXFLAGS_cache='-mindirect-branch=thunk' - fi + # work around https://github.com/vaeth/eix/issues/64, bug#687988 + local -x mv_fCXXFLAGS_cache='-mindirect-branch=thunk' econf "${myconf[@]}" } -- cgit v1.2.3-65-gdbad