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:
parent
77024574f4
commit
3a31f9892b
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user