pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libgee



Module Name:    pkgsrc
Committed By:   martin
Date:           Sat Oct 11 16:35:58 UTC 2025

Modified Files:
        pkgsrc/devel/libgee: Makefile

Log Message:
Hack to make it compile with gcc 14/15


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/devel/libgee/Makefile

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

Modified files:

Index: pkgsrc/devel/libgee/Makefile
diff -u pkgsrc/devel/libgee/Makefile:1.52 pkgsrc/devel/libgee/Makefile:1.53
--- pkgsrc/devel/libgee/Makefile:1.52   Sat Jul 19 05:37:34 2025
+++ pkgsrc/devel/libgee/Makefile        Sat Oct 11 16:35:58 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2025/07/19 05:37:34 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2025/10/11 16:35:58 martin Exp $
 
 DISTNAME=      libgee-0.20.6
 PKGREVISION=   1
@@ -16,6 +16,11 @@ USE_TOOLS+=  pkg-config gmake
 GNU_CONFIGURE= yes
 TEST_TARGET=   check
 
+.include "../../mk/compiler.mk"
+.if !empty(CC_VERSION:Mgcc-14.*) || !empty(CC_VERSION:Mgcc-15.*)
+CFLAGS+=       -Wno-incompatible-pointer-types
+.endif
+
 PKGCONFIG_OVERRIDE+=   gee-0.8.pc.in
 
 BUILDLINK_DEPMETHOD.gobject-introspection:= build



Home | Main Index | Thread Index | Old Index