mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
net/l2tpd: Fix build with GCC 14
GCC 14 has transformed some warnings into errors: revert them to simple warnings. PR: 281243 Reported by: exp-run (antoine)
This commit is contained in:
parent
277b4e3221
commit
16c76a4ce2
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ BROKEN_armv6= fails to link: undefined reference to check_control
|
|||
BROKEN_armv7= fails to link: undefined reference to check_control
|
||||
|
||||
USES= compiler:nestedfct cpe
|
||||
CFLAGS+= -fcommon
|
||||
CFLAGS+= -fcommon \
|
||||
-fpermissive
|
||||
|
||||
PORTDOCS= README
|
||||
ETCDIR= ${PREFIX}/etc/l2tp
|
||||
|
|
Loading…
Add table
Reference in a new issue