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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user