git: a44dd394ce81 - main - emulators/wine-devel: Configure with pcap and pthread
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 09 Nov 2021 07:49:24 UTC
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 \