diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2021-12-01 21:38:31 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2021-12-01 21:38:31 +0000 |
commit | fe50aa605168b475badd5b915cc90bbb46eec53e (patch) | |
tree | c14140069fe8470fe19a1318a6f7fb40320b487f /emulators/wine | |
parent | 41bb198051a817d899f87754acc0a2b21c745927 (diff) |
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/Makefile | 1 |
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 \ |