pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/evolution



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri May 15 16:36:37 UTC 2026

Modified Files:
        pkgsrc/mail/evolution: Makefile

Log Message:
evolution: fix build on -current


To generate a diff of this commit:
cvs rdiff -u -r1.294 -r1.295 pkgsrc/mail/evolution/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/evolution/Makefile
diff -u pkgsrc/mail/evolution/Makefile:1.294 pkgsrc/mail/evolution/Makefile:1.295
--- pkgsrc/mail/evolution/Makefile:1.294        Fri May  1 14:30:33 2026
+++ pkgsrc/mail/evolution/Makefile      Fri May 15 16:36:37 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.294 2026/05/01 14:30:33 vins Exp $
+# $NetBSD: Makefile,v 1.295 2026/05/15 16:36:37 wiz Exp $
 
 DISTNAME=      evolution-3.44.4
 PKGREVISION=   9
@@ -17,6 +17,8 @@ USE_TOOLS+=   gdbus-codegen
 
 DEPENDS+=      highlight-[0-9]*:../../textproc/highlight
 
+CFLAGS+=       -Wno-incompatible-pointer-types
+
 LDFLAGS+=      ${COMPILER_RPATH_FLAG}${PREFIX}/lib/evolution
 
 CMAKE_CONFIGURE_ARGS+= -DMAN_INSTALL_DIR=${PREFIX}/${PKGMANDIR}



Home | Main Index | Thread Index | Old Index