Date: Sat, 11 Feb 2023 04:09:23 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: 44f86b3060a1 - main - seecurity/cops: Fix build with LLVM15 Message-ID: <202302110409.31B49NoY091097@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=44f86b3060a1eb90ee251d7915abdfcee60ad842 commit 44f86b3060a1eb90ee251d7915abdfcee60ad842 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2023-02-11 04:02:18 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2023-02-11 04:05:55 +0000 seecurity/cops: Fix build with LLVM15 --- security/cops/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/security/cops/Makefile b/security/cops/Makefile index 1b661dd334fd..6671a944a655 100644 --- a/security/cops/Makefile +++ b/security/cops/Makefile @@ -14,6 +14,7 @@ USE_PERL5= run WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION:S/.//g}+ HAS_CONFIGURE= yes CONFIGURE_SCRIPT= reconfig +CFLAGS= -Wno-format-security -Wno-int-conversion MAKEFILE= makefile MAKE_ARGS= EXECUTABLE="${EXECUTABLE}" C_SRC="${C_SRC}" MAKE_JOBS_UNSAFE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302110409.31B49NoY091097>