pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/gmpc-magnatune



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jul  2 08:48:35 UTC 2026

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/audio/gmpc-magnatune/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-magnatune/Makefile
diff -u pkgsrc/audio/gmpc-magnatune/Makefile:1.84 pkgsrc/audio/gmpc-magnatune/Makefile:1.85
--- pkgsrc/audio/gmpc-magnatune/Makefile:1.84   Tue Jan 27 08:38:58 2026
+++ pkgsrc/audio/gmpc-magnatune/Makefile        Thu Jul  2 08:48:34 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.84 2026/01/27 08:38:58 wiz Exp $
+# $NetBSD: Makefile,v 1.85 2026/07/02 08:48:34 wiz Exp $
 
 DISTNAME=      gmpc-magnatune-11.8.16
 PKGREVISION=   56
@@ -14,6 +14,8 @@ GNU_CONFIGURE=        yes
 USE_LIBTOOL=   yes
 USE_TOOLS+=    intltool msgfmt pkg-config
 
+CFLAGS+=       -Wno-implicit-function-declaration
+
 .include "../../audio/gmpc/buildlink3.mk"
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index