pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia/mplayer-share
Module Name:    pkgsrc
Committed By:   mrg
Date:           Sun Oct 12 06:34:02 UTC 2025
Modified Files:
        pkgsrc/multimedia/mplayer-share: Makefile.common
Log Message:
make build with GCC 14.
unfortunately, there's a lot here so i'm just making it apply these
flags with gcc14+:
-Wno-implicit-function-declaration -Wno-incompatible-pointer-types -Wno-int-conversion
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/multimedia/mplayer-share/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/multimedia/mplayer-share/Makefile.common
diff -u pkgsrc/multimedia/mplayer-share/Makefile.common:1.69 pkgsrc/multimedia/mplayer-share/Makefile.common:1.70
--- pkgsrc/multimedia/mplayer-share/Makefile.common:1.69        Sat Feb 17 22:49:22 2024
+++ pkgsrc/multimedia/mplayer-share/Makefile.common     Sun Oct 12 06:34:02 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.69 2024/02/17 22:49:22 wiz Exp $
+# $NetBSD: Makefile.common,v 1.70 2025/10/12 06:34:02 mrg Exp $
 # used by multimedia/gmplayer/Makefile
 # used by multimedia/mencoder/Makefile
 # used by multimedia/mplayer/Makefile
@@ -81,4 +81,9 @@ CONFIGURE_ARGS+=      --disable-armv5te --dis
 
 CHECK_PORTABILITY_SKIP+=       ffmpeg/configure
 
+.include "../../mk/compiler.mk"
+.if !empty(CC_VERSION:Mgcc-14.*) || !empty(CC_VERSION:Mgcc-15.*)
+CFLAGS+=       -Wno-implicit-function-declaration -Wno-incompatible-pointer-types -Wno-int-conversion
+.endif
+
 .include "../../multimedia/mplayer-share/options.mk"
Home |
Main Index |
Thread Index |
Old Index