pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/sylpheed



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Apr 28 18:42:41 UTC 2025

Modified Files:
        pkgsrc/mail/sylpheed: Makefile

Log Message:
sylpheed: fix build w/ GCC 15


To generate a diff of this commit:
cvs rdiff -u -r1.195 -r1.196 pkgsrc/mail/sylpheed/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/sylpheed/Makefile
diff -u pkgsrc/mail/sylpheed/Makefile:1.195 pkgsrc/mail/sylpheed/Makefile:1.196
--- pkgsrc/mail/sylpheed/Makefile:1.195 Thu Apr 24 14:14:58 2025
+++ pkgsrc/mail/sylpheed/Makefile       Mon Apr 28 18:42:40 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.195 2025/04/24 14:14:58 wiz Exp $
+# $NetBSD: Makefile,v 1.196 2025/04/28 18:42:40 tnn Exp $
 
 DISTNAME=      sylpheed-3.7.0
 PKGREVISION=   21
@@ -22,6 +22,9 @@ GNU_CONFIGURE=                yes
 CONFIGURE_ARGS+=       --enable-ssl
 CONFIGURE_ARGS+=       --enable-compface
 
+# For GCC>=15 (mainwindow.c GtkItemFactoryEntry callbacks)
+CFLAGS+=               -Wno-error=incompatible-pointer-types
+
 PKG_SYSCONFSUBDIR=     sylpheed
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR:Q}
 



Home | Main Index | Thread Index | Old Index