diff options
author | joerg <joerg@pkgsrc.org> | 2016-03-27 19:52:32 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2016-03-27 19:52:32 +0000 |
commit | 03c527eb51e08c1c7637b6bd262ca6b8bbc2440f (patch) | |
tree | 6fcd48915d41150c023de9b69389b3b53ac930ec /editors/lyx | |
parent | 0ff4eec28bdc78bce0262d6ce503aea4682b0da0 (diff) | |
download | pkgsrc-03c527eb51e08c1c7637b6bd262ca6b8bbc2440f.tar.gz |
With Clang 3.8 there is no longer a need to workarond memory use of
CVP pass.
Diffstat (limited to 'editors/lyx')
-rw-r--r-- | editors/lyx/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/editors/lyx/Makefile b/editors/lyx/Makefile index 3c117a51730..70ff9bb1fc1 100644 --- a/editors/lyx/Makefile +++ b/editors/lyx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2016/03/05 11:28:27 jperkin Exp $ +# $NetBSD: Makefile,v 1.51 2016/03/27 19:52:32 joerg Exp $ DISTNAME= lyx-2.1.2.2 PKGREVISION= 4 @@ -186,8 +186,5 @@ SUBST_SED.python+= -e 's,command("python -tt,command("${PYTHONBIN} -tt,' .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" - -CXXFLAGS+= ${CLANG_NO_VALUE_PROPAGATION_PASS} - .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |