pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/gmpc-tagedit



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jul  2 08:49:42 UTC 2026

Modified Files:
        pkgsrc/audio/gmpc-tagedit: Makefile

Log Message:
gmpc-tagedit: fix build with gcc 14


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/audio/gmpc-tagedit/Makefile

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

Modified files:

Index: pkgsrc/audio/gmpc-tagedit/Makefile
diff -u pkgsrc/audio/gmpc-tagedit/Makefile:1.63 pkgsrc/audio/gmpc-tagedit/Makefile:1.64
--- pkgsrc/audio/gmpc-tagedit/Makefile:1.63     Tue Jan 27 08:38:58 2026
+++ pkgsrc/audio/gmpc-tagedit/Makefile  Thu Jul  2 08:49:42 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2026/01/27 08:38:58 wiz Exp $
+# $NetBSD: Makefile,v 1.64 2026/07/02 08:49:42 wiz Exp $
 
 DISTNAME=      gmpc-tagedit-11.8.16
 PKGREVISION=   43
@@ -14,6 +14,8 @@ GNU_CONFIGURE=        yes
 USE_LIBTOOL=   yes
 USE_TOOLS=     gmake intltool pkg-config msgfmt
 
+CFLAGS+=       -Wno-incompatible-pointer-types
+
 .include "../../audio/gmpc/buildlink3.mk"
 .include "../../audio/taglib/buildlink3.mk"
 .include "../../devel/gob2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index