summaryrefslogtreecommitdiff
path: root/math/libmatheval
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2016-09-16 00:37:02 +0000
committergdt <gdt@pkgsrc.org>2016-09-16 00:37:02 +0000
commit48485140b7e60b0b2472e0f6a89e6e78aaa610f7 (patch)
tree3063c3a794569a8b87ccb12f96e8a450347608f4 /math/libmatheval
parent4fe26668fb94b6b7f9af410f298c78674b3e7a02 (diff)
downloadpkgsrc-48485140b7e60b0b2472e0f6a89e6e78aaa610f7.tar.gz
Note error message from building with guile 2.0
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"