summaryrefslogtreecommitdiff
path: root/editors/lyx/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2016-03-27 19:52:32 +0000
committerjoerg <joerg@pkgsrc.org>2016-03-27 19:52:32 +0000
commit03c527eb51e08c1c7637b6bd262ca6b8bbc2440f (patch)
tree6fcd48915d41150c023de9b69389b3b53ac930ec /editors/lyx/Makefile
parent0ff4eec28bdc78bce0262d6ce503aea4682b0da0 (diff)
downloadpkgsrc-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/Makefile')
-rw-r--r--editors/lyx/Makefile5
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"