pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/evolution-data-server



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Jan  6 15:54:49 UTC 2026

Modified Files:
        pkgsrc/mail/evolution-data-server: Makefile

Log Message:
mail/evolution-data-server: Fix GCC 14 build


To generate a diff of this commit:
cvs rdiff -u -r1.244 -r1.245 pkgsrc/mail/evolution-data-server/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-data-server/Makefile
diff -u pkgsrc/mail/evolution-data-server/Makefile:1.244 pkgsrc/mail/evolution-data-server/Makefile:1.245
--- pkgsrc/mail/evolution-data-server/Makefile:1.244    Thu Oct 23 20:38:08 2025
+++ pkgsrc/mail/evolution-data-server/Makefile  Tue Jan  6 15:54:49 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.244 2025/10/23 20:38:08 wiz Exp $
+# $NetBSD: Makefile,v 1.245 2026/01/06 15:54:49 ryoon Exp $
 
 DISTNAME=      evolution-data-server-3.44.4
 PKGREVISION=   6
@@ -26,6 +26,9 @@ CMAKE_CONFIGURE_ARGS+=        -DCMAKE_POLICY_VE
 
 CFLAGS.NetBSD+=        -D_NETBSD_SOURCE
 
+# This package mixes GIConv and iconv_t.
+CFLAGS+=       -Wno-incompatible-pointer-types
+
 LDFLAGS+=      ${COMPILER_RPATH_FLAG}${PREFIX}/lib/evolution-data-server
 
 REPLACE_INTERPRETER+=  perl



Home | Main Index | Thread Index | Old Index