pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/xentools42 xentools42: drop -Werror. Still do...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dd8d7c5cec40
branches:  trunk
changeset: 313414:dd8d7c5cec40
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Sep 29 16:52:35 2018 +0000

description:
xentools42: drop -Werror. Still doesn't build due to some ocaml error.

probably xen42 should just be deleted from pkgsrc ...

diffstat:

 sysutils/xentools42/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 1bfe7b1a0398 -r dd8d7c5cec40 sysutils/xentools42/Makefile
--- a/sysutils/xentools42/Makefile      Sat Sep 29 16:37:09 2018 +0000
+++ b/sysutils/xentools42/Makefile      Sat Sep 29 16:52:35 2018 +0000
@@ -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 @@
                        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"



Home | Main Index | Thread Index | Old Index