Date: Mon, 26 Jun 2023 18:42:55 GMT From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 27d469ecc2c2 - main - net/fspclient: Fix a multitude of LLVM16 build failures Message-ID: <202306261842.35QIgteY046728@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=27d469ecc2c2908019331627ac97dd53f9415ee3 commit 27d469ecc2c2908019331627ac97dd53f9415ee3 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2023-06-26 14:31:27 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2023-06-26 18:41:08 +0000 net/fspclient: Fix a multitude of LLVM16 build failures Too many (recursive) to list here. --- net/fspclient/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/fspclient/Makefile b/net/fspclient/Makefile index 6ae2b0b2bf72..b7b836c296f3 100644 --- a/net/fspclient/Makefile +++ b/net/fspclient/Makefile @@ -10,6 +10,9 @@ WWW= http://fspclient.sourceforge.net/ CONFLICTS_INSTALL= alliance USES= tar:bzip2 scons MAKE_ARGS= prefix=${PREFIX} +CFLAGS+= -Wno-incompatible-pointer-types-discards-qualifiers \ + -Wno-shadow \ + -Wno-incompatible-function-pointer-types PLIST_FILES= bin/fsp share/man/man1/fsp.1.gz INSTALL_TARGET= install prefix=${STAGEDIR}${PREFIX}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306261842.35QIgteY046728>