pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/haxm



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.18 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.18
--- pkgsrc/emulators/haxm/Makefile:1.17 Fri Feb  5 16:18:51 2021
+++ pkgsrc/emulators/haxm/Makefile      Sat May 29 06:47:05 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2021/02/05 16:18:51 kamil Exp $
+# $NetBSD: Makefile,v 1.18 2021/05/29 06:47:05 nia 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