summaryrefslogtreecommitdiff
path: root/editors/lyx
diff options
context:
space:
mode:
authorjoerg <joerg>2016-03-27 19:52:32 +0000
committerjoerg <joerg>2016-03-27 19:52:32 +0000
commit254e9f18900b330b786c5215da37d8c3eafb42a4 (patch)
tree6fcd48915d41150c023de9b69389b3b53ac930ec /editors/lyx
parent7cd01d4aa21582fd22278ef7848fcc5a4affde14 (diff)
downloadpkgsrc-254e9f18900b330b786c5215da37d8c3eafb42a4.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/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"