diff options
author | Alexander Vereeken <Alexander88207@protonmail.com> | 2025-04-27 13:34:52 +0200 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2025-05-02 12:51:27 +0000 |
commit | 69edd1afc03a608d7bbaa74769adb6368fed64de (patch) | |
tree | 87717c49874d2f2a8bb3c6ecdd4c3cd90c786a61 /emulators | |
parent | devel/R-cran-mockr: Update to 0.2.2 (diff) |
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
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 \ |