mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
net/udt: fix build on 13.x
Reported by: Mikhail T. <mi+t@virtual-estates.net>
This commit is contained in:
parent
74dac8757b
commit
7839151791
@ -22,8 +22,6 @@ OPTIONS_DEFINE= DOCS
|
||||
|
||||
DOCS_VARS_OFF= EXTRACT_AFTER_ARGS+="--exclude udt${PORTVERSION:R}/doc"
|
||||
|
||||
CXXFLAGS+= -Wno-error=vla-cxx-extension
|
||||
|
||||
post-build:
|
||||
# Building sample applications:
|
||||
.for a in ${UDT_APPS}
|
||||
|
@ -15,6 +15,6 @@ CXXFLAGS+= -D${MACHINE_ARCH:tu:S/I386/IA32/:S/SPARC64/SPARC/} -DBSD
|
||||
CXXFLAGS+= -Wno-system-headers -Wall -W \
|
||||
-Wpointer-arith -Wreturn-type \
|
||||
-Wwrite-strings -Wswitch -Wno-cast-align \
|
||||
-Wunused-parameter -Werror
|
||||
-Wunused-parameter
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user