Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Sep 2023 10:22:55 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: 5e8f5f96207c - main - emulators/wine-devel: Configure --without-pcsclite
Message-ID:  <202309061022.386AMt07071077@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=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 \



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