www/kannel: Fix build with GCC 14

GCC 14 has transformed some warnings into errors: revert them to simple
warnings.

PR:             281249
Reported by:    exp-run (antoine)
This commit is contained in:
Lorenzo Salvadore 2024-09-05 17:16:44 +02:00
parent 77024574f4
commit 3a31f9892b
No known key found for this signature in database
GPG Key ID: B58F7C3CF6DB8A38

View File

@ -27,7 +27,8 @@ GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --enable-pcre=yes --enable-docs=no --with-malloc=native \
--enable-start-stop-daemon=no
CFLAGS+= -fcommon
CFLAGS+= -fcommon \
-fpermissive
PORTSCOUT= skipv:1.5.0