git: 69edd1afc03a - main - emulators/wine: Drop --without-odbc configure option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 02 May 2025 12:52:08 UTC
The branch main has been updated by gerald:
URL: https://cgit.FreeBSD.org/ports/commit/?id=69edd1afc03a608d7bbaa74769adb6368fed64de
commit 69edd1afc03a608d7bbaa74769adb6368fed64de
Author: Alexander Vereeken <Alexander88207@protonmail.com>
AuthorDate: 2025-04-27 11:34:52 +0000
Commit: Gerald Pfeifer <gerald@FreeBSD.org>
CommitDate: 2025-05-02 12:51:27 +0000
emulators/wine: Drop --without-odbc configure option
This option has been removed as ODBC gets dynamically loaded now.
https://github.com/wine-mirror/wine/commit/345cd06366e900692266a2571b93f45019f96773
PR: 286384
---
emulators/wine/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 675a10f6a1e7..fbe10774a157 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -41,7 +41,6 @@ CONFIGURE_ARGS+=--verbose \
--without-krb5 \
--with-mingw CROSSCC="clang" \
--without-netapi \
- --without-odbc \
--without-opencl \
--without-osmesa \
--without-pcap \