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:           Sat Mar  5 19:55:53 UTC 2022

Modified Files:
        pkgsrc/math/libmatheval: Makefile

Log Message:
libmatheval: Revert unintended change of guile version

Cvs: ----------------------------------------------------------------------


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 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.24 pkgsrc/math/libmatheval/Makefile:1.25
--- pkgsrc/math/libmatheval/Makefile:1.24       Sat Mar  5 19:46:02 2022
+++ pkgsrc/math/libmatheval/Makefile    Sat Mar  5 19:55:53 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2022/03/05 19:46:02 gdt Exp $
+# $NetBSD: Makefile,v 1.25 2022/03/05 19:55:53 gdt Exp $
 
 DISTNAME=              libmatheval-1.1.11
 CATEGORIES=            math
@@ -23,6 +23,6 @@ CONFIGURE_ENV+=               ac_cv_lib_lex="none nee
 # guile 2.0 fails with "matheval.c:33:2: error: #error Neither scm_num2dbl() nor SCM_NUM2DBL available"
 # guile 2.2 fails
 # Upstream has no bugtracker; reported via bug mailinglist 20220305.
-.include "../../lang/guile20/buildlink3.mk"
+.include "../../lang/guile/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index