From b1843f28ca2e0715fdd3ca04191e016fa95ea17e Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Wed, 8 Oct 2025 00:09:30 -0400 Subject: [PATCH] app-emulation/wine-staging: 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-staging/wine-staging-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-emulation/wine-staging/wine-staging-9999.ebuild b/app-emulation/wine-staging/wine-staging-9999.ebuild index fead9b22616d6..77dd8e1e7ecd3 100644 --- a/app-emulation/wine-staging/wine-staging-9999.ebuild +++ b/app-emulation/wine-staging/wine-staging-9999.ebuild @@ -205,6 +205,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)