pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/gmpc-jamendo



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jul  2 08:44:50 UTC 2026

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/audio/gmpc-jamendo/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-jamendo/Makefile
diff -u pkgsrc/audio/gmpc-jamendo/Makefile:1.60 pkgsrc/audio/gmpc-jamendo/Makefile:1.61
--- pkgsrc/audio/gmpc-jamendo/Makefile:1.60     Tue Jan 27 08:38:57 2026
+++ pkgsrc/audio/gmpc-jamendo/Makefile  Thu Jul  2 08:44:50 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2026/01/27 08:38:57 wiz Exp $
+# $NetBSD: Makefile,v 1.61 2026/07/02 08:44:50 wiz Exp $
 
 DISTNAME=      gmpc-jamendo-11.8.16
 PKGREVISION=   56
@@ -14,6 +14,9 @@ GNU_CONFIGURE=        yes
 USE_LIBTOOL=   yes
 USE_TOOLS+=    intltool msgfmt pkg-config
 
+CFLAGS+=       -Wno-implicit-function-declaration
+CFLAGS+=       -Wno-incompatible-pointer-types
+
 .include "../../audio/gmpc/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../databases/sqlite3/buildlink3.mk"



Home | Main Index | Thread Index | Old Index