pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/R-interp
Module Name: pkgsrc
Committed By: mef
Date: Wed Jun 10 12:49:03 UTC 2026
Modified Files:
pkgsrc/graphics/R-interp: Makefile
Log Message:
(graphics/R-interp) Fix build against R-4.6.0
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/R-interp/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/R-interp/Makefile
diff -u pkgsrc/graphics/R-interp/Makefile:1.2 pkgsrc/graphics/R-interp/Makefile:1.3
--- pkgsrc/graphics/R-interp/Makefile:1.2 Fri Dec 6 23:57:34 2024
+++ pkgsrc/graphics/R-interp/Makefile Wed Jun 10 12:49:03 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2024/12/06 23:57:34 mef Exp $
+# $NetBSD: Makefile,v 1.3 2026/06/10 12:49:03 mef Exp $
R_PKGNAME= interp
R_PKGVER= 1.1-6
@@ -21,6 +21,12 @@ TEST_DEPENDS+= R-stringr-[0-9]*:../../te
USE_LANGUAGES= c c++ fortran
+.include "../../mk/bsd.prefs.mk"
+pre-patch:
+.if ${OPSYS} != SunOS && ${OPSYS} != Linux
+ ${CP} ${FILESDIR}/Makevars ${WRKSRC}/src/
+.endif
+
.include "../../devel/R-Rcpp/buildlink3.mk"
.include "../../math/R-RcppEigen/buildlink3.mk"
.include "../../math/R/Makefile.extension"
Home |
Main Index |
Thread Index |
Old Index