mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
lang/opencoarrays: Fix build with GCC 14
GCC 14 turns some warnings into errors. Switch them back to warnings by adding -fpermissive to CFLAGS. PR: 281239
This commit is contained in:
parent
80fd6598b4
commit
a089d568ab
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ GH_ACCOUNT= sourceryinstitute
|
|||
GH_PROJECT= OpenCoarrays
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CFLAGS+= -fpermissive
|
||||
|
||||
PLIST_SUB= GCC_VER=${_GCC_VER} \
|
||||
PORTVERSION=${PORTVERSION} \
|
||||
SOVERSION=3
|
||||
|
|
Loading…
Add table
Reference in a new issue