mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
net/udt: disable a compiler-warning on earlier versions of FreeBSD too
This fixes build on 13.4, which has newer clang... PR: 283853 MFH: 2025Q1
This commit is contained in:
parent
5541f7ee81
commit
71a773ccac
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ CXXFLAGS+= -Wno-system-headers -Wall -W \
|
|||
-Wwrite-strings -Wswitch -Wno-cast-align \
|
||||
-Wunused-parameter -Werror
|
||||
|
||||
.if ${OSVERSION} >= 1401000
|
||||
.if ${OSVERSION} >= 1304000
|
||||
CXXFLAGS+= -Wno-vla-cxx-extension
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue