summaryrefslogtreecommitdiff
path: root/sysutils/xentools42/Makefile
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2018-09-29 16:52:35 +0000
committertnn <tnn@pkgsrc.org>2018-09-29 16:52:35 +0000
commit633d7f8efea923320b8c7348ac0d82cac27bd724 (patch)
treee617717524ca89097c0d8d7ad8ffd5a5c3a2829f /sysutils/xentools42/Makefile
parentbd8a6b27fbf0e60c55bcecd90ab29e626d3c6fba (diff)
downloadpkgsrc-633d7f8efea923320b8c7348ac0d82cac27bd724.tar.gz
xentools42: drop -Werror. Still doesn't build due to some ocaml error.
probably xen42 should just be deleted from pkgsrc ...
Diffstat (limited to 'sysutils/xentools42/Makefile')
-rw-r--r--sysutils/xentools42/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/xentools42/Makefile b/sysutils/xentools42/Makefile
index 4b1323e83d6..6a5f74a8369 100644
--- a/sysutils/xentools42/Makefile
+++ b/sysutils/xentools42/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2018/08/22 09:46:41 wiz Exp $
+# $NetBSD: Makefile,v 1.71 2018/09/29 16:52:35 tnn Exp $
VERSION= 4.2.5
VERSION_IPXE= 1.0.0
@@ -258,6 +258,8 @@ BUILDLINK_TRANSFORM+= rm:-falign-jumps=1 rm:-falign-loops=1 \
rm:-mpreferred-stack-boundary=2
.endif
+BUILDLINK_TRANSFORM+= rm:-Werror
+
MAKE_ENV+= EXTRA_HOSTCFLAGS=${EXTRA_HOSTCFLAGS:Q} EXTRA_CFLAGS=${EXTRA_CFLAGS:M*:Q}
.include "../../lang/python/application.mk"