summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2015-03-02 19:59:06 +0000
committerjoerg <joerg@pkgsrc.org>2015-03-02 19:59:06 +0000
commit9fb05eeab8c973946609544ffbe25bf4fd6d2f74 (patch)
tree58a83ed1e78d8f3180ae8a77d03d2d8bb94c7666 /multimedia
parent4b4f4c781f85b9d108ca3bf28379c2ed1fc2ffab (diff)
downloadpkgsrc-9fb05eeab8c973946609544ffbe25bf4fd6d2f74.tar.gz
LLVM's correlated value propagation pass is known to require a lot of
memory and CPU time for certain input. Provide a variable (CLANG_NO_VALUE_PROPAGATION_PASS) for selectively disabling it in those places known to trigger it.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/mkvtoolnix/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/mkvtoolnix/Makefile b/multimedia/mkvtoolnix/Makefile
index 9c1075a52f0..433261a9487 100644
--- a/multimedia/mkvtoolnix/Makefile
+++ b/multimedia/mkvtoolnix/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2015/01/06 14:59:18 wiz Exp $
+# $NetBSD: Makefile,v 1.73 2015/03/02 19:59:07 joerg Exp $
DISTNAME= mkvtoolnix-5.0.1
PKGREVISION= 24
@@ -29,6 +29,8 @@ INSTALL_ENV+= SHELL=${SH:Q}
.include "../../mk/bsd.prefs.mk"
+CXXFLAGS+= ${CLANG_NO_VALUE_PROPAGATION_PASS}
+
.if !empty(MAKE_JOBS)
DRAKE_ARGS= -j${MAKE_JOBS}
.else