Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Sep 2022 07:40:37 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fe0e9a9970cd - main - audio/oss: Fix build by removing -Werror
Message-ID:  <202209160740.28G7ebfl075502@gitrepo.freebsd.org>

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



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