git: fe50aa605168 - main - emulators/wine: Configure without libhal support

From: Gerald Pfeifer <gerald_at_FreeBSD.org>
Date: Wed, 01 Dec 2021 21:38:46 UTC
The branch main has been updated by gerald:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fe50aa605168b475badd5b915cc90bbb46eec53e

commit fe50aa605168b475badd5b915cc90bbb46eec53e
Author:     Gerald Pfeifer <gerald@FreeBSD.org>
AuthorDate: 2021-12-01 21:38:31 +0000
Commit:     Gerald Pfeifer <gerald@FreeBSD.org>
CommitDate: 2021-12-01 21:38:31 +0000

    emulators/wine: Configure without libhal support
    
    In de47ffe65cfc8ee11610c6378e1d0a342c137916 the option to leverage
    libhal was removed, alas configure was not adjusted. Ensure that
    even if libhal somehow is present we explicitly do not use it.
    
    This back ports 7ca1a772ead2dc568317408b3b24c6d44c7ad2a1 from the
    wine-devel port.
---
 emulators/wine/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 3b97b70ecf4b..fadb124d1105 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -41,6 +41,7 @@ CONFIGURE_ARGS+=--verbose \
 		--without-gphoto \
 		--without-gsm \
 		--without-gstreamer \
+		--without-hal \
 		--without-inotify \
 		--without-krb5 \
 		--without-mingw \