aboutsummaryrefslogtreecommitdiff
path: root/emulators/wine-devel
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2021-11-30 08:19:03 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2021-11-30 08:19:27 +0000
commit7ca1a772ead2dc568317408b3b24c6d44c7ad2a1 (patch)
tree210aba78548022a984e4c041174c1518ae4612a6 /emulators/wine-devel
parent9fe58b6dc350c0b46483b64875cab5dfd43331db (diff)
downloadports-7ca1a772ead2dc568317408b3b24c6d44c7ad2a1.tar.gz
ports-7ca1a772ead2dc568317408b3b24c6d44c7ad2a1.zip
emulators/wine-devel: 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. Approved by: maintainer (pre-approval)
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r--emulators/wine-devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index 682a39f82178..daa7a2d080c5 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -42,6 +42,7 @@ CONFIGURE_ARGS+=--verbose \
--without-gettext --without-gettextpo \
--without-gphoto \
--without-gstreamer \
+ --without-hal \
--without-inotify \
--without-krb5 \
--without-mingw \