pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2021Q1]: pkgsrc/emulators/haxm Pullup ticket #6463 - requested...
details: https://anonhg.NetBSD.org/pkgsrc/rev/aa51592686d8
branches: pkgsrc-2021Q1
changeset: 453559:aa51592686d8
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Mon May 31 12:51:13 2021 +0000
description:
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)...
diffstat:
emulators/haxm/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 28f62645f269 -r aa51592686d8 emulators/haxm/Makefile
--- a/emulators/haxm/Makefile Sat May 29 19:06:34 2021 +0000
+++ b/emulators/haxm/Makefile Mon May 31 12:51:13 2021 +0000
@@ -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 @@
.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
Home |
Main Index |
Thread Index |
Old Index