summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-11-29 19:42:52 +0000
committernia <nia@pkgsrc.org>2020-11-29 19:42:52 +0000
commit858bc1d26ff9d783c5e29f6674dc7e148f513923 (patch)
treedb7a989fefb9e4c722ee3fe641530aff267e0c9c /devel
parentcf9eaf7c179baa5a4eb7d14fd679f763ac979fb9 (diff)
downloadpkgsrc-858bc1d26ff9d783c5e29f6674dc7e148f513923.tar.gz
libzookeeper: Strip out -Werror
Diffstat (limited to 'devel')
-rw-r--r--devel/libzookeeper/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libzookeeper/Makefile b/devel/libzookeeper/Makefile
index 6cd81875495..ac76586607a 100644
--- a/devel/libzookeeper/Makefile
+++ b/devel/libzookeeper/Makefile
@@ -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 @@ LIBS.SunOS+= -lnsl -lsocket
#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"