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: Sun Jul 5 14:20:55 UTC 2026
Modified Files:
pkgsrc/graphics/R-interp: Makefile
Log Message:
(graphics/R-interp) Fix build on Darwin, hopefully
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/graphics/R-interp/Makefile:1.4
--- pkgsrc/graphics/R-interp/Makefile:1.3 Wed Jun 10 12:49:03 2026
+++ pkgsrc/graphics/R-interp/Makefile Sun Jul 5 14:20:55 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2026/06/10 12:49:03 mef Exp $
+# $NetBSD: Makefile,v 1.4 2026/07/05 14:20:55 mef Exp $
R_PKGNAME= interp
R_PKGVER= 1.1-6
@@ -23,7 +23,7 @@ USE_LANGUAGES= c c++ fortran
.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
Home |
Main Index |
Thread Index |
Old Index