pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [pkgsrc-2021Q1] pkgsrc/emulators/haxm



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Mon May 31 12:51:13 UTC 2021

Modified Files:
        pkgsrc/emulators/haxm [pkgsrc-2021Q1]: Makefile

Log Message:
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)...


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.17.2.1 pkgsrc/emulators/haxm/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/haxm/Makefile
diff -u pkgsrc/emulators/haxm/Makefile:1.17 pkgsrc/emulators/haxm/Makefile:1.17.2.1
--- pkgsrc/emulators/haxm/Makefile:1.17 Fri Feb  5 16:18:51 2021
+++ pkgsrc/emulators/haxm/Makefile      Mon May 31 12:51:13 2021
@@ -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 specifi
 
 .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