pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libsmi



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Oct  7 14:47:24 UTC 2025

Modified Files:
        pkgsrc/devel/libsmi: Makefile

Log Message:
libsmi: work around problem in yacc code by disabling a warning


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/libsmi/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/libsmi/Makefile
diff -u pkgsrc/devel/libsmi/Makefile:1.23 pkgsrc/devel/libsmi/Makefile:1.24
--- pkgsrc/devel/libsmi/Makefile:1.23   Fri May 16 22:19:34 2025
+++ pkgsrc/devel/libsmi/Makefile        Tue Oct  7 14:47:24 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2025/05/16 22:19:34 zafer Exp $
+# $NetBSD: Makefile,v 1.24 2025/10/07 14:47:24 wiz Exp $
 
 DISTNAME=      libsmi-0.5.0
 PKGREVISION=   1
@@ -21,6 +21,7 @@ CONFIGURE_ARGS+=      --with-pibdir=${PIBDIR:
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR:Q}
 
 CFLAGS+=       -D_GNU_SOURCE=1 # for timegm(3)
+CFLAGS+=       -Wno-implicit-function-declaration
 
 REPLACE_SH+=   tools/smicache.in
 REPLACE_SH+=   tools/smistrip.in



Home | Main Index | Thread Index | Old Index