pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/mkvtoolnix mkvtoolnix: Needs gcc8
details: https://anonhg.NetBSD.org/pkgsrc/rev/8fd07d074d18
branches: trunk
changeset: 448668:8fd07d074d18
user: nia <nia%pkgsrc.org@localhost>
date: Fri Mar 12 08:48:49 2021 +0000
description:
mkvtoolnix: Needs gcc8
diffstat:
multimedia/mkvtoolnix/Makefile | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r d750355ab664 -r 8fd07d074d18 multimedia/mkvtoolnix/Makefile
--- a/multimedia/mkvtoolnix/Makefile Fri Mar 12 08:46:58 2021 +0000
+++ b/multimedia/mkvtoolnix/Makefile Fri Mar 12 08:48:49 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.169 2021/03/07 07:30:09 adam Exp $
+# $NetBSD: Makefile,v 1.170 2021/03/12 08:48:49 nia Exp $
DISTNAME= mkvtoolnix-55.0.0
CATEGORIES= multimedia
@@ -14,6 +14,13 @@
BUILD_DEPENDS+= po4a-[0-9]*:../../textproc/po4a
BUILD_DEPENDS+= ${RUBY_BASE}>=${RUBY_VERSION}:${RUBY_SRCDIR}
+
+# 'The following features of the C++17 standards are not supported by c++:
+# * file system library (C++17)
+# If you are using the GNU C compiler collection (gcc), you need
+# at least v8; for clang v7 and newer should work.'
+GCC_REQD+= 8
+
USE_LANGUAGES= c c++17
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake msgfmt pkg-config
Home |
Main Index |
Thread Index |
Old Index