summaryrefslogtreecommitdiff
path: root/sysutils/xentools45
diff options
context:
space:
mode:
authorjoerg <joerg>2017-02-14 21:36:15 +0000
committerjoerg <joerg>2017-02-14 21:36:15 +0000
commit62a798f38cc838496717ee1f1032499b9d34244e (patch)
tree26b38429a22d2f90251dd76d6f5cdd98e5e93db0 /sysutils/xentools45
parentf04e768064d86d6503f36d3a3b831029e861c8c2 (diff)
downloadpkgsrc-62a798f38cc838496717ee1f1032499b9d34244e.tar.gz
Ignore a couple more warnings when building with clang.
Diffstat (limited to 'sysutils/xentools45')
-rw-r--r--sysutils/xentools45/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/xentools45/Makefile b/sysutils/xentools45/Makefile
index 8844aaf3049..b13efe4d577 100644
--- a/sysutils/xentools45/Makefile
+++ b/sysutils/xentools45/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2017/01/03 19:01:41 roy Exp $
+# $NetBSD: Makefile,v 1.46 2017/02/14 21:36:15 joerg Exp $
VERSION= 4.5.5
PKGREVISION= 3
@@ -213,7 +213,8 @@ EXTRA_CFLAGS+= -Wno-error=ignored-attributes -no-integrated-as \
-Wno-error=unused-const-variable \
-Wno-error=gnu-designator -Wno-error=uninitialized \
-Wno-error=parentheses-equality \
- -Wno-error=enum-conversion
+ -Wno-error=enum-conversion \
+ -Wno-error=address-of-packed-member
BUILDLINK_TRANSFORM+= rm:-falign-jumps=1 rm:-falign-loops=1 \
rm:-mpreferred-stack-boundary=2
.endif