git: 6bc0a3cd1834 - main - cad/graywolf: Fix build with gcc14
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 05 Sep 2024 19:56:43 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=6bc0a3cd18347249dddc4b92a272b5904f88c885 commit 6bc0a3cd18347249dddc4b92a272b5904f88c885 Author: Lorenzo Salvadore <salvadore@freebsd.org> AuthorDate: 2024-09-05 19:55:42 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-09-05 19:56:41 +0000 cad/graywolf: Fix build with gcc14 PR: 281224 --- cad/graywolf/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cad/graywolf/Makefile b/cad/graywolf/Makefile index d6225bdac0a7..de5ea9acd9d8 100644 --- a/cad/graywolf/Makefile +++ b/cad/graywolf/Makefile @@ -36,7 +36,8 @@ SHEBANG_GLOB= *.sh USE_GCC= yes # lots of obviously incorrect C where clang fails, which gcc nevertheless magically finds a way to compile -CFLAGS+= -fcommon +CFLAGS+= -fcommon \ + -fpermissive TEST_TARGET= test