diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-09-16 07:39:46 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-09-16 07:40:35 +0000 |
commit | fe0e9a9970cde163c8d97942661d608117ada2e3 (patch) | |
tree | 0e1ac7365a3d75104cfb5324d1060d8b012b492e | |
parent | 59ccc9cdfe3c02a87eb6a44811745ed45457d46e (diff) | |
download | ports-fe0e9a9970cde163c8d97942661d608117ada2e3.tar.gz ports-fe0e9a9970cde163c8d97942661d608117ada2e3.zip |
audio/oss: Fix build by removing -Werror
Reported by: fallout
Approved by: portmgr (unbreak)
-rw-r--r-- | audio/oss/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |