Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Sep 2024 04:53:45 GMT
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b48acbd6c24f - main - emulators/wine: Remove noop CROSSFLAGS
Message-ID:  <202409080453.4884rjaq019350@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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 \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409080453.4884rjaq019350>