Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Sep 2022 18:14:22 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c3c6816248fb - main - multimedia/pwcbsd: disable -Werror
Message-ID:  <202209011814.281IEMoV080288@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209011814.281IEMoV080288>