pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/pine



Module Name:    pkgsrc
Committed By:   pgoyette
Date:           Sat Nov 15 13:48:07 UTC 2025

Modified Files:
        pkgsrc/mail/pine: Makefile

Log Message:
Deal with gcc14


To generate a diff of this commit:
cvs rdiff -u -r1.142 -r1.143 pkgsrc/mail/pine/Makefile

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

Modified files:

Index: pkgsrc/mail/pine/Makefile
diff -u pkgsrc/mail/pine/Makefile:1.142 pkgsrc/mail/pine/Makefile:1.143
--- pkgsrc/mail/pine/Makefile:1.142     Tue Oct 24 22:09:49 2023
+++ pkgsrc/mail/pine/Makefile   Sat Nov 15 13:48:06 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.142 2023/10/24 22:09:49 wiz Exp $
+# $NetBSD: Makefile,v 1.143 2025/11/15 13:48:06 pgoyette Exp $
 
 DISTNAME=      pine4.64
 PKGNAME=       pine-4.64
@@ -16,6 +16,10 @@ LICENSE=     pine-license
 CONF_FILES=    ${PREFIX}/share/examples/pine/pine.conf ${PKG_SYSCONFDIR}/pine.conf
 
 .include "../../mk/compiler.mk"
+.if !empty(CC_VERSION:Mgcc-14.*) || !empty(CC_VERSION:Mgcc-15.*)
+CFLAGS+=       -Wno-error=implicit-function-declaration
+CFLAGS+=       -Wno-error=implicit-int
+.endif
 
 .if ${OPSYS} == "SunOS"
 BUILDNAME=     so5



Home | Main Index | Thread Index | Old Index