mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
devel/efivar: Fix build with GCC 14
GCC 14 has transformed some warnings into errors: revert them to simple warnings. PR: 281226 Reported by: exp-run (antoine)
This commit is contained in:
parent
85f7ee26d6
commit
a067c93271
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ NOT_FOR_ARCHS_REASON= specification only supports little-endian processors
|
|||
|
||||
LIB_DEPENDS= libpopt.so:devel/popt
|
||||
|
||||
CFLAGS+= -fpermissive
|
||||
|
||||
USES= gmake localbase pkgconfig
|
||||
USE_GCC= yes
|
||||
USE_GITHUB= yes
|
||||
|
|
Loading…
Add table
Reference in a new issue