aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2024-06-29 14:40:37 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2024-06-29 14:43:29 +0000
commit30b748b441647600bf05c8d34e9e420909cbd922 (patch)
treef47bada303af2bbf5e1f24701f855827114ac97f
parent92105bb4e1b9c75b2ec78b7adda41fb0b841a536 (diff)
downloadports-30b748b441647600bf05c8d34e9e420909cbd922.tar.gz
ports-30b748b441647600bf05c8d34e9e420909cbd922.zip
emulators/wine-devel: Configure --without-odbc
This is new functionality since upstream commit af3a8fa27b from May 10. We want to be explicit (either way) for the sake of builds being reproducible and predictable. PR: 279205
-rw-r--r--emulators/wine-devel/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index 585848ad5b87..148f61b69087 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -1,5 +1,6 @@
PORTNAME= wine
DISTVERSION= 9.10
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= https://dl.winehq.org/wine/source/9.x/
@@ -40,6 +41,7 @@ CONFIGURE_ARGS+=--verbose \
--without-krb5 \
--with-mingw CROSSCC="clang" CROSSCFLAGS="-isystem ${FILESDIR}/clang" \
--without-netapi \
+ --without-odbc \
--without-opencl \
--without-osmesa \
--without-pcap \