git: 18b1ab577373 - main - emulators/wine: Configure with pcap and pthread
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 10 Nov 2021 09:52:42 UTC
The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=18b1ab577373768ca14d4d9704cfc47d5cdae487 commit 18b1ab577373768ca14d4d9704cfc47d5cdae487 Author: Gerald Pfeifer <gerald@FreeBSD.org> AuthorDate: 2021-11-10 09:52:17 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2021-11-10 09:52:17 +0000 emulators/wine: 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. This back ports a44dd394ce8161efd5bb8e6294b8bb0375a709e8 from wine-devel. --- emulators/wine/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 48b6a5f40015..b2c719e9b89f 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -47,6 +47,8 @@ CONFIGURE_ARGS+=--verbose \ --without-opencl \ --without-osmesa \ --with-oss \ + --with-pcap \ + --with-pthread \ --without-pulse \ --without-sane \ --with-sdl \