sysutils/grub2-efi: Fix build with GCC 14

GCC 14 turns some warnings into errors. Switch them back to warnings.

PR:		284483
This commit is contained in:
Lorenzo Salvadore 2025-02-06 17:37:39 +01:00
parent f26a98603c
commit 9bc25ee236
No known key found for this signature in database
GPG key ID: B58F7C3CF6DB8A38

View file

@ -32,6 +32,7 @@ CPE_VENDOR= gnu
CONFIGURE_ARGS= --with-platform=efi --disable-werror --localedir=${PREFIX}/share/locale
CONFIGURE_ENV= CPP="${CC} -E" \
LEX=${LOCALBASE}/bin/flex
CFLAGS+= -fpermissive
.include <bsd.port.pre.mk>