pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/R-survey
Module Name: pkgsrc
Committed By: mef
Date: Mon Jul 13 14:09:27 UTC 2026
Modified Files:
pkgsrc/math/R-survey: Makefile
Log Message:
(math/R-survey) Fix on Darwin and hopefully on Linux
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/R-survey/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/R-survey/Makefile
diff -u pkgsrc/math/R-survey/Makefile:1.6 pkgsrc/math/R-survey/Makefile:1.7
--- pkgsrc/math/R-survey/Makefile:1.6 Wed Jun 10 22:00:47 2026
+++ pkgsrc/math/R-survey/Makefile Mon Jul 13 14:09:26 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2026/06/10 22:00:47 mef Exp $
+# $NetBSD: Makefile,v 1.7 2026/07/13 14:09:26 mef Exp $
R_PKGNAME= survey
R_PKGVER= 4.5
@@ -23,7 +23,7 @@ GCC_REQD+= 8
.include "../../mk/bsd.prefs.mk"
pre-patch:
-.if ${OPSYS} != SunOS && ${OPSYS} != Linux
+.if ${OPSYS} != SunOS && ${OPSYS} != Linux && ${OPSYS} != Darwin
${CP} ${FILESDIR}/Makevars ${WRKSRC}/src/
.endif
.include "../../math/R-RcppArmadillo/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index