From 2538bf2795967dcf7177406355285e76c1f6effe Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Wed, 8 Oct 2025 00:09:22 -0400 Subject: [PATCH] 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 --- 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 66aed4e067181..806d71ff7f11f 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)