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
+1
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>