commit: 2538bf2795967dcf7177406355285e76c1f6effe
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 8 04:09:22 2025 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Oct 8 04:13:59 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2538bf27
app-emulation/wine-vanilla: update live
Not needed to avoid automagic given automatically disabled if not
FreeBSD, but explicitly disable it anyway for clarity -- this could
also change in the future and many users have hwloc installed.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
index 66aed4e06718..806d71ff7f11 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
@@ -166,6 +166,7 @@ src_configure() {
$(use_with fontconfig)
$(use_with gphoto2 gphoto)
$(use_with gstreamer)
+ --without-hwloc # currently only used on FreeBSD
$(use_with kerberos gssapi)
$(use_with kerberos krb5)
$(use_with netapi)