pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia/mpv
Module Name: pkgsrc
Committed By: nia
Date: Wed Jul 12 19:56:41 UTC 2023
Modified Files:
pkgsrc/multimedia/mpv: Makefile
Log Message:
mpv: Require at least GCC 4.9 for stdatomic.h.
To generate a diff of this commit:
cvs rdiff -u -r1.153 -r1.154 pkgsrc/multimedia/mpv/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/multimedia/mpv/Makefile
diff -u pkgsrc/multimedia/mpv/Makefile:1.153 pkgsrc/multimedia/mpv/Makefile:1.154
--- pkgsrc/multimedia/mpv/Makefile:1.153 Mon Jun 26 08:13:02 2023
+++ pkgsrc/multimedia/mpv/Makefile Wed Jul 12 19:56:41 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.153 2023/06/26 08:13:02 jperkin Exp $
+# $NetBSD: Makefile,v 1.154 2023/07/12 19:56:41 nia Exp $
DISTNAME= mpv-0.35.1
PKGREVISION= 4
@@ -11,6 +11,9 @@ HOMEPAGE= https://mpv.io/
COMMENT= Video player based on MPlayer and mplayer2
LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1
+# GCC 4.9 added support for C11 atomics.
+GCC_REQD+= 4.9
+
# needs sem_timedwait(3)
NOT_FOR_PLATFORM= NetBSD-[1-6].*-*
Home |
Main Index |
Thread Index |
Old Index