mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
cad/graywolf: Fix build with gcc14
PR: 281224
This commit is contained in:
parent
26b432be48
commit
6bc0a3cd18
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user