pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/libmatheval



Module Name:    pkgsrc
Committed By:   gdt
Date:           Fri Sep 16 00:37:03 UTC 2016

Modified Files:
        pkgsrc/math/libmatheval: Makefile

Log Message:
Note error message from building with guile 2.0


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/math/libmatheval/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/libmatheval/Makefile
diff -u pkgsrc/math/libmatheval/Makefile:1.21 pkgsrc/math/libmatheval/Makefile:1.22
--- pkgsrc/math/libmatheval/Makefile:1.21       Thu Sep 15 16:39:17 2016
+++ pkgsrc/math/libmatheval/Makefile    Fri Sep 16 00:37:02 2016
@@ -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"



Home | Main Index | Thread Index | Old Index