pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libzookeeper libzookeeper: Strip out -Werror



details:   https://anonhg.NetBSD.org/pkgsrc/rev/22571f334fc1
branches:  trunk
changeset: 442730:22571f334fc1
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Nov 29 19:42:52 2020 +0000

description:
libzookeeper: Strip out -Werror

diffstat:

 devel/libzookeeper/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 3ffda66bea3c -r 22571f334fc1 devel/libzookeeper/Makefile
--- a/devel/libzookeeper/Makefile       Sun Nov 29 19:37:14 2020 +0000
+++ b/devel/libzookeeper/Makefile       Sun Nov 29 19:42:52 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/11/03 10:39:19 rillig Exp $
+# $NetBSD: Makefile,v 1.3 2020/11/29 19:42:52 nia Exp $
 #
 
 .include "../../devel/zookeeper/Makefile.common"
@@ -19,6 +19,8 @@
 #USE_LANGUAGES+=       c++
 #TEST_TARGET=          run-check
 
+BUILDLINK_TRANSFORM+=  rm:-Werror
+
 BUILDLINK_DEPMETHOD.cppunit=   build
 .include "../../devel/cppunit/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"



Home | Main Index | Thread Index | Old Index