1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

multimedia/pwcbsd: disable -Werror

This fixes build on 13.0
This commit is contained in:
Dmitry Marakasov 2022-09-01 16:15:12 +03:00
parent 1169fd7bd4
commit c3c6816248

View File

@ -24,7 +24,7 @@ OPTIONS_DEFAULT= PROGRAMS
PROGRAMS_DESC= Build the programs
MMAP_DESC= Enable mmap support (MAY CRASH YOUR SYSTEM)
CFLAGS+= -Wno-unused-but-set-variable
CFLAGS+= -Wno-error
.include <bsd.port.options.mk>