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: kamil
Date: Fri Feb 5 16:18:51 UTC 2021
Modified Files:
pkgsrc/emulators/haxm: Makefile
Log Message:
haxm: Pass -Wno-error=address-of-packed-member unconditionally
Fixes the build with GCC 9.3.0 on NetBSD.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 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.16 pkgsrc/emulators/haxm/Makefile:1.17
--- pkgsrc/emulators/haxm/Makefile:1.16 Mon Jan 20 12:49:45 2020
+++ pkgsrc/emulators/haxm/Makefile Fri Feb 5 16:18:51 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2020/01/20 12:49:45 kamil Exp $
+# $NetBSD: Makefile,v 1.17 2021/02/05 16:18:51 kamil Exp $
DISTNAME= haxm-7.5.6
CATEGORIES= emulators
@@ -31,9 +31,7 @@ PKG_FAIL_REASON+= "BSDSRCDIR/sys specifi
.include "../../mk/compiler.mk"
-.if !empty(PKGSRC_COMPILER:Mclang)
CFLAGS+= -Wno-error=address-of-packed-member
-.endif
KMOD= haxm.kmod
KMODULEDIR= stand/${MACHINE}/${OS_VERSION}/modules/haxm
Home |
Main Index |
Thread Index |
Old Index