pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/gmpc-albumview



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jul  2 08:47:30 UTC 2026

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

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


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



Home | Main Index | Thread Index | Old Index