summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2021-05-31 12:51:13 +0000
committerbsiegert <bsiegert@pkgsrc.org>2021-05-31 12:51:13 +0000
commit575ac1e542ed886e359f75662b757514b0eda2e1 (patch)
tree3b58e51088481e802312833edc52d33707af76ec
parent4ff64ebfe8da1435e8964fe5da3971534c80fec6 (diff)
downloadpkgsrc-575ac1e542ed886e359f75662b757514b0eda2e1.tar.gz
Pullup ticket #6463 - requested by nia
emulators/haxm: build fix Revisions pulled up: - emulators/haxm/Makefile 1.18 --- Module Name: pkgsrc Committed By: nia Date: Sat May 29 06:47:05 UTC 2021 Modified Files: pkgsrc/emulators/haxm: Makefile Log Message: haxm: Disable Werror the standard way for share/mk. Don't use compiler flags that may not be supported in older compilers (notably on NetBSD 9)...
-rw-r--r--emulators/haxm/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/haxm/Makefile b/emulators/haxm/Makefile
index 9d53d503a86..8100dd8e542 100644
--- a/emulators/haxm/Makefile
+++ b/emulators/haxm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2021/02/05 16:18:51 kamil Exp $
+# $NetBSD: Makefile,v 1.17.2.1 2021/05/31 12:51:13 bsiegert Exp $
DISTNAME= haxm-7.5.6
CATEGORIES= emulators
@@ -31,7 +31,8 @@ PKG_FAIL_REASON+= "BSDSRCDIR/sys specifies non-existing directory ${BSDSRCDIR}/s
.include "../../mk/compiler.mk"
-CFLAGS+= -Wno-error=address-of-packed-member
+MAKE_FLAGS+= NOCLANGERROR=1
+MAKE_FLAGS+= NOGCCERROR=1
KMOD= haxm.kmod
KMODULEDIR= stand/${MACHINE}/${OS_VERSION}/modules/haxm