Date: Tue, 9 Nov 2021 07:49:24 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: a44dd394ce81 - main - emulators/wine-devel: Configure with pcap and pthread Message-ID: <202111090749.1A97nOgg074749@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=a44dd394ce8161efd5bb8e6294b8bb0375a709e8 commit a44dd394ce8161efd5bb8e6294b8bb0375a709e8 Author: Gerald Pfeifer <gerald@FreeBSD.org> AuthorDate: 2021-11-09 07:45:05 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2021-11-09 07:48:44 +0000 emulators/wine-devel: Configure with pcap and pthread libpcap and libpthread are generally present and we have been using them all along. Explicitly require them to detect any potential issues in the future. Approved by: maintainer (pre-approval) --- emulators/wine-devel/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index f75c627aa928..803dd4ac136b 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -47,6 +47,8 @@ CONFIGURE_ARGS+=--verbose \ --without-opencl \ --without-osmesa \ --with-oss \ + --with-pcap \ + --with-pthread \ --without-pulse \ --without-sane \ --with-sdl \home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111090749.1A97nOgg074749>
