pkgsrc-WIP-changes archive

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

(x11/gtksourceview2) work arround fix for gcc-14.3.0



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara <makoto%if.t.u-tokyo.ac.jp@localhost>
Pushed By:	mef
Date:		Sun Dec 21 21:21:08 2025 +0900
Changeset:	188425774d088180771df3cdbf3c56c3857c07e9

Modified Files:
	gtksourceview2/Makefile

Log Message:
(x11/gtksourceview2) work arround fix for gcc-14.3.0

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=188425774d088180771df3cdbf3c56c3857c07e9

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

diffstat:
 gtksourceview2/Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diffs:
diff --git a/gtksourceview2/Makefile b/gtksourceview2/Makefile
index 3f7b8def31..2bfc83950e 100644
--- a/gtksourceview2/Makefile
+++ b/gtksourceview2/Makefile
@@ -17,6 +17,11 @@ USE_PKGLOCALEDIR=	yes
 USE_TOOLS+=		gmake intltool msgfmt perl pkg-config
 GNU_CONFIGURE=		yes
 
+# work arround for older style programming (for gcc-14.3.0)
+CFLAGS+=		-Wno-deprecated-declarations
+CFLAGS+=		-Wno-unused-but-set-variable
+CFLAGS+=		-Wno-incompatible-pointer-types
+
 PKGCONFIG_OVERRIDE=	gtksourceview-2.0.pc.in
 
 SUBST_CLASSES+=		ige-mac


Home | Main Index | Thread Index | Old Index