pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/gle
Module Name: pkgsrc
Committed By: martin
Date: Sat Oct 11 09:50:06 UTC 2025
Modified Files:
pkgsrc/graphics/gle: Makefile
Log Message:
Hack to allow building with newer gcc
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/graphics/gle/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/gle/Makefile
diff -u pkgsrc/graphics/gle/Makefile:1.34 pkgsrc/graphics/gle/Makefile:1.35
--- pkgsrc/graphics/gle/Makefile:1.34 Sun Jan 26 17:31:21 2020
+++ pkgsrc/graphics/gle/Makefile Sat Oct 11 09:50:06 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2020/01/26 17:31:21 rillig Exp $
+# $NetBSD: Makefile,v 1.35 2025/10/11 09:50:06 martin Exp $
#
DISTNAME= gle-3.1.0
@@ -25,3 +25,8 @@ BUILDLINK_DEPMETHOD.libXt?= build
.include "../../x11/libXmu/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
+
+.if !empty(CC_VERSION:Mgcc-14.*) || !empty(CC_VERSION:Mgcc-15.*)
+CFLAGS+= -Wno-incompatible-pointer-types
+.endif
+
Home |
Main Index |
Thread Index |
Old Index