pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/gmpc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jun 30 06:44:49 UTC 2026

Modified Files:
        pkgsrc/audio/gmpc: Makefile

Log Message:
gmpc: fix build on -current


To generate a diff of this commit:
cvs rdiff -u -r1.128 -r1.129 pkgsrc/audio/gmpc/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/Makefile
diff -u pkgsrc/audio/gmpc/Makefile:1.128 pkgsrc/audio/gmpc/Makefile:1.129
--- pkgsrc/audio/gmpc/Makefile:1.128    Tue Jan 27 08:38:57 2026
+++ pkgsrc/audio/gmpc/Makefile  Tue Jun 30 06:44:49 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.128 2026/01/27 08:38:57 wiz Exp $
+# $NetBSD: Makefile,v 1.129 2026/06/30 06:44:49 wiz Exp $
 
 DISTNAME=              gmpc-11.8.16
 PKGREVISION=           61
@@ -15,7 +15,9 @@ USE_PKGLOCALEDIR=     yes
 GNU_CONFIGURE=         yes
 USE_TOOLS+=            intltool msgfmt pkg-config gmake
 PKGCONFIG_OVERRIDE=    data/gmpc.pc.in
-REPLACE_SH=            remote/gmpc-remote-stream
+
+CFLAGS+=               -Wno-incompatible-pointer-types
+CFLAGS+=               -Wno-implicit-function-declaration
 
 .include "options.mk"
 



Home | Main Index | Thread Index | Old Index