aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2019-05-11 23:42:53 +0100
committerNick Sarnie <sarnex@gentoo.org>2019-05-12 10:06:25 -0400
commitaf137bb33c19fbe823405bb0036281dd6de39049 (patch)
tree7091a25b3ec1996939fc1cd3435e61baf0906c8e /app-emulation/wine-any
parentapp-emulation/wine-staging: Bump to 4.8 (diff)
downloadwine-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-any')
-rw-r--r--app-emulation/wine-any/wine-any-9999.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/app-emulation/wine-any/wine-any-9999.ebuild b/app-emulation/wine-any/wine-any-9999.ebuild
index d5fcb84..30eb8fe 100644
--- a/app-emulation/wine-any/wine-any-9999.ebuild
+++ b/app-emulation/wine-any/wine-any-9999.ebuild
@@ -476,6 +476,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)