pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/icb



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jan  3 22:43:54 UTC 2026

Modified Files:
        pkgsrc/chat/icb: Makefile

Log Message:
icb: remove some warnings for NetBSD-current

still doesn't build


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/chat/icb/Makefile

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

Modified files:

Index: pkgsrc/chat/icb/Makefile
diff -u pkgsrc/chat/icb/Makefile:1.25 pkgsrc/chat/icb/Makefile:1.26
--- pkgsrc/chat/icb/Makefile:1.25       Tue Dec 12 07:13:01 2017
+++ pkgsrc/chat/icb/Makefile    Sat Jan  3 22:43:54 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2017/12/12 07:13:01 spz Exp $
+# $NetBSD: Makefile,v 1.26 2026/01/03 22:43:54 wiz Exp $
 #
 
 # Note: The file ftp://ftp.icb.net/pub/icb/icb-0.9grok2.tar.gz is way
@@ -24,6 +24,10 @@ CPPFLAGS.SunOS+=     -DBSD_COMP
 LIBS.SunOS+=           -lsocket -lnsl
 MAKE_ENV+=             OTHERLIBS=${LIBS:Q}
 
+CPPFLAGS+=             -Wno-implicit-function-declaration
+CPPFLAGS+=             -Wno-implicit-int
+CPPFLAGS+=             -Wno-int-conversion
+
 post-extract:
        ${RM} -f ${WRKSRC}/tcl/string.h
 



Home | Main Index | Thread Index | Old Index