Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2024 19:56:43 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6bc0a3cd1834 - main - cad/graywolf: Fix build with gcc14
Message-ID:  <202409051956.485Juhnb096134@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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
 


home | help

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