git: fe0e9a9970cd - main - audio/oss: Fix build by removing -Werror
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 16 Sep 2022 07:40:37 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=fe0e9a9970cde163c8d97942661d608117ada2e3 commit fe0e9a9970cde163c8d97942661d608117ada2e3 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-09-16 07:39:46 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-09-16 07:40:35 +0000 audio/oss: Fix build by removing -Werror Reported by: fallout Approved by: portmgr (unbreak) --- audio/oss/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/audio/oss/Makefile b/audio/oss/Makefile index 10cc5a935f1a..7f3367adc136 100644 --- a/audio/oss/Makefile +++ b/audio/oss/Makefile @@ -24,6 +24,7 @@ USE_RC_SUBR= oss HAS_CONFIGURE= yes CONFIGURE_OUTSOURCE= yes CONFIGURE_ENV= HOSTCC="${CC}" +MAKE_ENV= WERROR="" # fix build: otherwise sys/conf/kmod.mk adds -Werror that breaks build ALL_TARGET= all install SUB_FILES= pkg-install pkg-deinstall