summaryrefslogtreecommitdiff
path: root/math/libmatheval
diff options
context:
space:
mode:
Diffstat (limited to 'math/libmatheval')
-rw-r--r--math/libmatheval/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/libmatheval/Makefile b/math/libmatheval/Makefile
index ea2befa6b0a..9fbb1566a56 100644
--- a/math/libmatheval/Makefile
+++ b/math/libmatheval/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2016/09/15 16:39:17 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2016/09/16 00:37:02 gdt Exp $
DISTNAME= libmatheval-1.1.11
CATEGORIES= math
@@ -20,6 +20,7 @@ TEST_TARGET= check
CONFIGURE_ENV+= ac_cv_lib_lex="none needed"
+# guile 2.0 fails with "matheval.c:33:2: error: #error Neither scm_num2dbl() nor SCM_NUM2DBL available"
.include "../../lang/guile/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"