pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/librdkafka
Module Name: pkgsrc
Committed By: nia
Date: Fri Aug 11 09:05:24 UTC 2023
Modified Files:
pkgsrc/devel/librdkafka: Makefile
Log Message:
librdkafka: Eliminate -Werror usage
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/librdkafka/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/librdkafka/Makefile
diff -u pkgsrc/devel/librdkafka/Makefile:1.12 pkgsrc/devel/librdkafka/Makefile:1.13
--- pkgsrc/devel/librdkafka/Makefile:1.12 Wed May 27 19:37:39 2020
+++ pkgsrc/devel/librdkafka/Makefile Fri Aug 11 09:05:24 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2020/05/27 19:37:39 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2023/08/11 09:05:24 nia Exp $
DISTNAME= librdkafka-1.3.0
CATEGORIES= devel
@@ -32,6 +32,8 @@ PKGCONFIG_OVERRIDE+= src/rdkafka.pc
PYTHON_FOR_BUILD_ONLY= yes
+BUILDLINK_TRANSFORM+= rm:-Werror
+
.include "../../archivers/lz4/buildlink3.mk"
.include "../../archivers/zstd/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index