pkgsrc-Changes archive

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

CVS commit: pkgsrc/news/slrn



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jul 13 04:22:57 UTC 2026

Modified Files:
        pkgsrc/news/slrn: Makefile

Log Message:
slrn: fix build with gcc 14+


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/news/slrn/Makefile

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

Modified files:

Index: pkgsrc/news/slrn/Makefile
diff -u pkgsrc/news/slrn/Makefile:1.70 pkgsrc/news/slrn/Makefile:1.71
--- pkgsrc/news/slrn/Makefile:1.70      Mon Nov 17 11:01:18 2025
+++ pkgsrc/news/slrn/Makefile   Mon Jul 13 04:22:57 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2025/11/17 11:01:18 wiz Exp $
+# $NetBSD: Makefile,v 1.71 2026/07/13 04:22:57 wiz Exp $
 
 DISTNAME=      slrn-1.0.3a
 PKGREVISION=   4
@@ -28,6 +28,9 @@ CONFIGURE_ARGS+=      --with-libdir=${PREFIX}
 CONFIGURE_ARGS+=       --with-slang=${BUILDLINK_PREFIX.libslang}
 CONFIGURE_ARGS+=       --with-localedir=${PREFIX}/${PKGLOCALEDIR}/locale
 
+CFLAGS+=       -Wno-implicit-function-declaration
+CFLAGS+=       -Wno-int-conversion
+
 .include "options.mk"
 
 LDFLAGS.SunOS+=        -lsocket -lnsl



Home | Main Index | Thread Index | Old Index