git: 44f86b3060a1 - main - seecurity/cops: Fix build with LLVM15
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 11 Feb 2023 04:09:23 UTC
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