mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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:
parent
f26a98603c
commit
9bc25ee236
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue