git: b48acbd6c24f - main - emulators/wine: Remove noop CROSSFLAGS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 08 Sep 2024 04:53:45 UTC
The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=b48acbd6c24f958760c04b3318a65f6985012ac4 commit b48acbd6c24f958760c04b3318a65f6985012ac4 Author: Gerald Pfeifer <gerald@FreeBSD.org> AuthorDate: 2024-09-07 08:24:30 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2024-09-08 04:46:06 +0000 emulators/wine: Remove noop CROSSFLAGS A bogus, but harmless since a noop, setting of CROSSFLAGS snuck in with revision bc9917dc5111e when updating from Wine 7.0.2 to 8.0.2. The directory it points do does not exist, so simply remove that setting. --- emulators/wine/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 0348a6e9df35..6dcbf54247f1 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -39,7 +39,7 @@ CONFIGURE_ARGS+=--verbose \ --without-gssapi \ --without-inotify \ --without-krb5 \ - --with-mingw CROSSCC="clang" CROSSCFLAGS="-isystem ${FILESDIR}/clang" \ + --with-mingw CROSSCC="clang" \ --without-netapi \ --without-opencl \ --without-osmesa \