aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2023-09-06 10:21:36 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2023-09-06 10:22:39 +0000
commit5e8f5f96207c346730f49dbb7a7a2d578a483753 (patch)
treee849507b9a40dba70e04c4d96aeffb9fcc57b54c
parentf34b7c8603e6924fa388fdb10af415dc948b5c0a (diff)
downloadports-5e8f5f96207c346730f49dbb7a7a2d578a483753.tar.gz
ports-5e8f5f96207c346730f49dbb7a7a2d578a483753.zip
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)
-rw-r--r--emulators/wine-devel/Makefile1
1 files changed, 1 insertions, 0 deletions
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 \