aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-09-16 07:39:46 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-09-16 07:40:35 +0000
commitfe0e9a9970cde163c8d97942661d608117ada2e3 (patch)
tree0e1ac7365a3d75104cfb5324d1060d8b012b492e
parent59ccc9cdfe3c02a87eb6a44811745ed45457d46e (diff)
downloadports-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/Makefile1
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