pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/xentools42



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sat Sep 29 16:52:35 UTC 2018

Modified Files:
        pkgsrc/sysutils/xentools42: Makefile

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

probably xen42 should just be deleted from pkgsrc ...


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/sysutils/xentools42/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/xentools42/Makefile
diff -u pkgsrc/sysutils/xentools42/Makefile:1.70 pkgsrc/sysutils/xentools42/Makefile:1.71
--- pkgsrc/sysutils/xentools42/Makefile:1.70    Wed Aug 22 09:46:41 2018
+++ pkgsrc/sysutils/xentools42/Makefile Sat Sep 29 16:52:35 2018
@@ -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:-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