pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/ffmpeg6



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jan  9 10:22:14 UTC 2025

Modified Files:
        pkgsrc/multimedia/ffmpeg6: Makefile.common

Log Message:
ffmpeg6: add compiler.mk here as well


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/multimedia/ffmpeg6/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/ffmpeg6/Makefile.common
diff -u pkgsrc/multimedia/ffmpeg6/Makefile.common:1.9 pkgsrc/multimedia/ffmpeg6/Makefile.common:1.10
--- pkgsrc/multimedia/ffmpeg6/Makefile.common:1.9       Thu Jan  9 10:16:04 2025
+++ pkgsrc/multimedia/ffmpeg6/Makefile.common   Thu Jan  9 10:22:14 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2025/01/09 10:16:04 jperkin Exp $
+# $NetBSD: Makefile.common,v 1.10 2025/01/09 10:22:14 wiz Exp $
 # used by multimedia/ffmpeg6/Makefile
 # used by multimedia/ffplay6/Makefile
 
@@ -34,6 +34,7 @@ CONFIGURE_ARGS+=      --libdir=${PREFIX}/lib/
 CONFIGURE_ARGS+=       --shlibdir=${PREFIX}/lib/ffmpeg6
 LDFLAGS+=              ${COMPILER_RPATH_FLAG}${PREFIX}/lib/ffmpeg6
 # https://github.com/homebrew-ffmpeg/homebrew-ffmpeg/issues/140
+.include "../../mk/compiler.mk"
 .if ${CC_VERSION:Mclang-15.*}
 LDFLAGS.Darwin+=       -Wl,-ld_classic
 .endif



Home | Main Index | Thread Index | Old Index