From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D05C7138334 for ; Sun, 12 May 2019 14:07:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05FD1E0841; Sun, 12 May 2019 14:07:10 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E1662E0841 for ; Sun, 12 May 2019 14:07:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ADD63344151 for ; Sun, 12 May 2019 14:07:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 996A25A9 for ; Sun, 12 May 2019 14:07:05 +0000 (UTC) From: "Nick Sarnie" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nick Sarnie" Message-ID: <1557669991.a1042a18c414108c5d07fec63adf1bb52bee0201.sarnex@gentoo> Subject: [gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-vanilla/ X-VCS-Repository: repo/proj/wine X-VCS-Files: app-emulation/wine-vanilla/wine-vanilla-4.8.ebuild X-VCS-Directories: app-emulation/wine-vanilla/ X-VCS-Committer: sarnex X-VCS-Committer-Name: Nick Sarnie X-VCS-Revision: a1042a18c414108c5d07fec63adf1bb52bee0201 X-VCS-Branch: master Date: Sun, 12 May 2019 14:07:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 152b282e-266e-430a-a830-fec8f45f4350 X-Archives-Hash: b99eae55e19161ba5d3d7dd213efca98 commit: a1042a18c414108c5d07fec63adf1bb52bee0201 Author: Nick Sarnie gentoo org> AuthorDate: Sun May 12 14:02:56 2019 +0000 Commit: Nick Sarnie gentoo org> CommitDate: Sun May 12 14:06:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=a1042a18 app-emulation/wine-vanilla: Port slyfox's change to 4.8 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Nick Sarnie gentoo.org> app-emulation/wine-vanilla/wine-vanilla-4.8.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.8.ebuild b/app-emulation/wine-vanilla/wine-vanilla-4.8.ebuild index b248b26..70c9c99 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-4.8.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-4.8.ebuild @@ -387,6 +387,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)