summaryrefslogtreecommitdiff
path: root/math/qalculate
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2016-03-25 21:08:58 +0000
committerjoerg <joerg@pkgsrc.org>2016-03-25 21:08:58 +0000
commitfdee5d6b76e7671ae6e5dbda5d091e5de0b1f443 (patch)
tree37e2e9b933f2dbfcf069bcc8553dd3784a12683d /math/qalculate
parent7755ffd242bd108fb90eee0fa7b572b2fcaac50b (diff)
downloadpkgsrc-fdee5d6b76e7671ae6e5dbda5d091e5de0b1f443.tar.gz
Drop CVP workaround for Clang, with 3.8 the memory use has gone down
enough.
Diffstat (limited to 'math/qalculate')
-rw-r--r--math/qalculate/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/math/qalculate/Makefile b/math/qalculate/Makefile
index 4aca1d4aa1b..881680fb09e 100644
--- a/math/qalculate/Makefile
+++ b/math/qalculate/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2015/03/02 19:59:07 joerg Exp $
+# $NetBSD: Makefile,v 1.47 2016/03/25 21:08:58 joerg Exp $
DISTNAME= libqalculate-0.9.7
PKGNAME= qalculate-0.9.7
@@ -19,8 +19,6 @@ PKGCONFIG_OVERRIDE= ${WRKSRC}/libqalculate.pc.in
UNLIMIT_RESOURCES= datasize
-MAKE_ENV+= CLANG_NO_OPT=${CLANG_NO_VALUE_PROPAGATION_PASS:Q}
-
SUBST_CLASSES+= pthread
SUBST_FILES.pthread= libqalculate.pc.in
SUBST_SED.pthread+= -e 's,@PTHREAD_LIBS@,${PTHREAD_LDFLAGS} ${PTHREAD_LIBS},g'