pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/gtk2-engines-murrine



Module Name:    pkgsrc
Committed By:   martin
Date:           Sat Oct 11 16:21:42 UTC 2025

Modified Files:
        pkgsrc/x11/gtk2-engines-murrine: 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/x11/gtk2-engines-murrine/Makefile

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

Modified files:

Index: pkgsrc/x11/gtk2-engines-murrine/Makefile
diff -u pkgsrc/x11/gtk2-engines-murrine/Makefile:1.52 pkgsrc/x11/gtk2-engines-murrine/Makefile:1.53
--- pkgsrc/x11/gtk2-engines-murrine/Makefile:1.52       Sat Aug 30 22:46:37 2025
+++ pkgsrc/x11/gtk2-engines-murrine/Makefile    Sat Oct 11 16:21:42 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2025/08/30 22:46:37 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2025/10/11 16:21:42 martin Exp $
 
 DISTNAME=      murrine-0.98.2
 PKGNAME=       ${DISTNAME:S/^/gtk2-engines-/}
@@ -18,6 +18,11 @@ USE_LIBTOOL=         yes
 
 CONFIGURE_ARGS+=       --enable-animation
 
+.include "../../mk/compiler.mk"
+.if !empty(CC_VERSION:Mgcc-14.*) || !empty(CC_VERSION:Mgcc-15.*)
+CFLAGS+=       -Wno-implicit-function-declaration -Wno-implicit-int
+.endif
+
 BUILDLINK_API_DEPENDS.gtk2+=   gtk2+>=2.18.0
 .include "../../x11/gtk2/buildlink3.mk"
 .include "../../x11/pixman/buildlink3.mk"



Home | Main Index | Thread Index | Old Index