Date: Wed, 1 Dec 2021 21:38:46 GMT From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fe50aa605168 - main - emulators/wine: Configure without libhal support Message-ID: <202112012138.1B1LckuS074122@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112012138.1B1LckuS074122>