git: c3c6816248fb - main - multimedia/pwcbsd: disable -Werror
Date: Thu, 01 Sep 2022 18:14:22 UTC
The branch main has been updated by amdmi3:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c3c6816248fb88b1ccba9a9a1fab546aa1de81cf
commit c3c6816248fb88b1ccba9a9a1fab546aa1de81cf
Author: Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-09-01 13:15:12 +0000
Commit: Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-09-01 18:13:34 +0000
multimedia/pwcbsd: disable -Werror
This fixes build on 13.0
---
multimedia/pwcbsd/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/multimedia/pwcbsd/Makefile b/multimedia/pwcbsd/Makefile
index 91b8d08fcd4f..bf870da27134 100644
--- a/multimedia/pwcbsd/Makefile
+++ b/multimedia/pwcbsd/Makefile
@@ -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>