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:
Lorenzo Salvadore 2024-12-21 11:56:48 +01:00
parent 80fd6598b4
commit a089d568ab
No known key found for this signature in database
GPG key ID: B58F7C3CF6DB8A38

View file

@ -23,6 +23,8 @@ GH_ACCOUNT= sourceryinstitute
GH_PROJECT= OpenCoarrays GH_PROJECT= OpenCoarrays
USE_LDCONFIG= yes USE_LDCONFIG= yes
CFLAGS+= -fpermissive
PLIST_SUB= GCC_VER=${_GCC_VER} \ PLIST_SUB= GCC_VER=${_GCC_VER} \
PORTVERSION=${PORTVERSION} \ PORTVERSION=${PORTVERSION} \
SOVERSION=3 SOVERSION=3