git: 5e8f5f96207c - main - emulators/wine-devel: Configure --without-pcsclite
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 06 Sep 2023 10:22:55 UTC
The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=5e8f5f96207c346730f49dbb7a7a2d578a483753 commit 5e8f5f96207c346730f49dbb7a7a2d578a483753 Author: Gerald Pfeifer <gerald@FreeBSD.org> AuthorDate: 2023-09-06 10:21:36 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2023-09-06 10:22:39 +0000 emulators/wine-devel: Configure --without-pcsclite Be explicit about it rather than relying on autoconf. This leads to (more) reproducible builds. Approved by: portmgr (blanket) --- emulators/wine-devel/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 0af421196243..a033535ec4d2 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -46,6 +46,7 @@ CONFIGURE_ARGS+=--verbose \ --without-opencl \ --without-osmesa \ --without-pcap \ + --without-pcsclite \ --with-pthread \ --without-pulse \ --without-sane \