git: e80c002ad114 - main - emulators/wine-devel: Configure without --without-odbc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 29 Apr 2025 06:51:28 UTC
The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=e80c002ad114ab4fee493bb8d1e43636b2c5ad57 commit e80c002ad114ab4fee493bb8d1e43636b2c5ad57 Author: Gerald Pfeifer <gerald@FreeBSD.org> AuthorDate: 2025-04-29 06:50:59 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2025-04-29 06:50:59 +0000 emulators/wine-devel: Configure without --without-odbc This configure option has been removed upstream; things are detected dynamically now. PR: 286384 Co-Reported by: Alexander Vereeken <Alexander88207@protonmail.com> --- emulators/wine-devel/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index a3c0df7c1b40..fb45645dbec5 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -42,7 +42,6 @@ CONFIGURE_ARGS+=--verbose \ --without-krb5 \ --with-mingw CROSSCC="clang" \ --without-netapi \ - --without-odbc \ --without-opencl \ --without-osmesa \ --without-pcap \