pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libzookeeper



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Nov 29 19:42:52 UTC 2020

Modified Files:
        pkgsrc/devel/libzookeeper: Makefile

Log Message:
libzookeeper: Strip out -Werror


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/libzookeeper/Makefile

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

Modified files:

Index: pkgsrc/devel/libzookeeper/Makefile
diff -u pkgsrc/devel/libzookeeper/Makefile:1.2 pkgsrc/devel/libzookeeper/Makefile:1.3
--- pkgsrc/devel/libzookeeper/Makefile:1.2      Sun Nov  3 10:39:19 2019
+++ pkgsrc/devel/libzookeeper/Makefile  Sun Nov 29 19:42:52 2020
@@ -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"



Home | Main Index | Thread Index | Old Index