aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2022-09-01 13:15:12 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2022-09-01 18:13:34 +0000
commitc3c6816248fb88b1ccba9a9a1fab546aa1de81cf (patch)
treee6fcca8928b269d9dfb3ec335298335d5fa5aec8
parent1169fd7bd43f01ad7df60810216b68a979c4bbd6 (diff)
downloadports-c3c6816248fb88b1ccba9a9a1fab546aa1de81cf.tar.gz
ports-c3c6816248fb88b1ccba9a9a1fab546aa1de81cf.zip
multimedia/pwcbsd: disable -Werror
This fixes build on 13.0
-rw-r--r--multimedia/pwcbsd/Makefile2
1 files changed, 1 insertions, 1 deletions
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>