pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/mserv



Module Name:    pkgsrc
Committed By:   martin
Date:           Sat Nov 29 09:54:52 UTC 2025

Modified Files:
        pkgsrc/audio/mserv: Makefile

Log Message:
Make it build with newer gcc


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/audio/mserv/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/mserv/Makefile
diff -u pkgsrc/audio/mserv/Makefile:1.50 pkgsrc/audio/mserv/Makefile:1.51
--- pkgsrc/audio/mserv/Makefile:1.50    Tue Jun 28 11:30:55 2022
+++ pkgsrc/audio/mserv/Makefile Sat Nov 29 09:54:52 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2022/06/28 11:30:55 wiz Exp $
+# $NetBSD: Makefile,v 1.51 2025/11/29 09:54:52 martin Exp $
 
 DISTNAME=      mserv-0.35
 PKGREVISION=   25
@@ -39,5 +39,9 @@ post-install:
 
 .include "../../audio/libvorbis/buildlink3.mk"
 .include "../../multimedia/libogg/buildlink3.mk"
+.include "../../mk/compiler.mk"
+.if !empty(CC_VERSION:Mgcc-1[45]*)
+CFLAGS+=       -Wno-error=implicit-function-declaration
+.endif
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index