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:   wiz
Date:           Sat Jan  3 10:30:40 UTC 2026

Modified Files:
        pkgsrc/devel/librdkafka: Makefile

Log Message:
librdkafka: fix build on NetBSD-current


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 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.15 pkgsrc/devel/librdkafka/Makefile:1.16
--- pkgsrc/devel/librdkafka/Makefile:1.15       Tue Oct 24 22:08:52 2023
+++ pkgsrc/devel/librdkafka/Makefile    Sat Jan  3 10:30:40 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2023/10/24 22:08:52 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2026/01/03 10:30:40 wiz Exp $
 
 DISTNAME=      librdkafka-1.3.0
 PKGREVISION=   2
@@ -35,6 +35,11 @@ PYTHON_FOR_BUILD_ONLY=       yes
 
 BUILDLINK_TRANSFORM+=  rm:-Werror
 
+CFLAGS+=               -Wno-implicit-function-declaration
+CFLAGS+=               -Wno-builtin-declaration-mismatch
+# TIME_UTC
+CFLAGS+=               -D_NETBSD_SOURCE
+
 .include "../../archivers/lz4/buildlink3.mk"
 .include "../../archivers/zstd/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index