pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/lame



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jul 13 04:20:49 UTC 2026

Modified Files:
        pkgsrc/audio/lame: Makefile

Log Message:
lame: fix build with gcc 14+


To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 pkgsrc/audio/lame/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/lame/Makefile
diff -u pkgsrc/audio/lame/Makefile:1.95 pkgsrc/audio/lame/Makefile:1.96
--- pkgsrc/audio/lame/Makefile:1.95     Sun Jul 12 12:54:39 2026
+++ pkgsrc/audio/lame/Makefile  Mon Jul 13 04:20:49 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.95 2026/07/12 12:54:39 thor Exp $
+# $NetBSD: Makefile,v 1.96 2026/07/13 04:20:49 wiz Exp $
 
 DISTNAME=      lame-4.0
 CATEGORIES=    audio
@@ -19,6 +19,9 @@ USE_FEATURES+=                strnlen
 LDFLAGS.SunOS+=                -lm
 LDFLAGS.NetBSD+=       -ltermcap
 
+CFLAGS+=       -Wno-implicit-function-declaration
+CFLAGS+=       -Wno-incompatible-pointer-types
+
 .include "options.mk"
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index