git: 7ca1a772ead2 - main - emulators/wine-devel: Configure without libhal support
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Nov 2021 08:20:08 UTC
The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=7ca1a772ead2dc568317408b3b24c6d44c7ad2a1 commit 7ca1a772ead2dc568317408b3b24c6d44c7ad2a1 Author: Gerald Pfeifer <gerald@FreeBSD.org> AuthorDate: 2021-11-30 08:19:03 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2021-11-30 08:19:27 +0000 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) --- emulators/wine-devel/Makefile | 1 + 1 file changed, 1 insertion(+) 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 \