diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-05-11 23:42:53 +0100 |
---|---|---|
committer | Nick Sarnie <sarnex@gentoo.org> | 2019-05-12 10:06:25 -0400 |
commit | af137bb33c19fbe823405bb0036281dd6de39049 (patch) | |
tree | 7091a25b3ec1996939fc1cd3435e61baf0906c8e /app-emulation/wine-d3d9 | |
parent | app-emulation/wine-staging: Bump to 4.8 (diff) | |
download | wine-af137bb33c19fbe823405bb0036281dd6de39049.tar.gz wine-af137bb33c19fbe823405bb0036281dd6de39049.tar.bz2 wine-af137bb33c19fbe823405bb0036281dd6de39049.zip |
app-emulation/wine{-any,-d3d,-staging,-vanilla,}: disable automagic mingw detection, bug #685172
wine-4.7 now detects mingw presence when possible. Unfortunately LDFLAGS
filtering does not happen and wine build fails as:
/usr/libexec/gcc/i686-w64-mingw32/ld: unrecognized option '--hash-style=gnu'
The fix is to disable with '--without-mingw' configure option.
Bug: https://bugs.gentoo.org/685172
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
Diffstat (limited to 'app-emulation/wine-d3d9')
-rw-r--r-- | app-emulation/wine-d3d9/wine-d3d9-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-emulation/wine-d3d9/wine-d3d9-9999.ebuild b/app-emulation/wine-d3d9/wine-d3d9-9999.ebuild index f9e7a4e..d199711 100644 --- a/app-emulation/wine-d3d9/wine-d3d9-9999.ebuild +++ b/app-emulation/wine-d3d9/wine-d3d9-9999.ebuild @@ -420,6 +420,7 @@ multilib_src_configure() { $(use_with jpeg) $(use_with kerberos krb5) $(use_with ldap) + --without-mingw # linux LDFLAGS leak in mingw32: bug #685172 $(use_enable mono mscoree) $(use_with mp3 mpg123) $(use_with netapi) |