aboutsummaryrefslogtreecommitdiff
path: root/emulators/wine
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2021-12-01 21:38:31 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2021-12-01 21:38:31 +0000
commitfe50aa605168b475badd5b915cc90bbb46eec53e (patch)
treec14140069fe8470fe19a1318a6f7fb40320b487f /emulators/wine
parent41bb198051a817d899f87754acc0a2b21c745927 (diff)
downloadports-fe50aa605168b475badd5b915cc90bbb46eec53e.tar.gz
ports-fe50aa605168b475badd5b915cc90bbb46eec53e.zip
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.
Diffstat (limited to 'emulators/wine')
-rw-r--r--emulators/wine/Makefile1
1 files changed, 1 insertions, 0 deletions
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 \