Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Nov 2021 08:20:08 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: 7ca1a772ead2 - main - emulators/wine-devel: Configure without libhal support
Message-ID:  <202111300820.1AU8K8Sp090451@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=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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111300820.1AU8K8Sp090451>