Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Nov 2021 09:52:42 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: 18b1ab577373 - main - emulators/wine: Configure with pcap and pthread
Message-ID:  <202111100952.1AA9qgXB066010@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=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 \



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