pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/R-later



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jul 20 09:40:39 UTC 2025

Modified Files:
        pkgsrc/sysutils/R-later: Makefile

Log Message:
R-later: require libatomic on i386

atomic64.mk is already included but doesn't provide the library
by default on i386.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/R-later/Makefile

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

Modified files:

Index: pkgsrc/sysutils/R-later/Makefile
diff -u pkgsrc/sysutils/R-later/Makefile:1.8 pkgsrc/sysutils/R-later/Makefile:1.9
--- pkgsrc/sysutils/R-later/Makefile:1.8        Sat Dec  7 05:59:14 2024
+++ pkgsrc/sysutils/R-later/Makefile    Sun Jul 20 09:40:39 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2024/12/07 05:59:14 mef Exp $
+# $NetBSD: Makefile,v 1.9 2025/07/20 09:40:39 wiz Exp $
 
 R_PKGNAME=     later
 R_PKGVER=      1.4.1
@@ -18,6 +18,12 @@ TEST_DEPENDS+=       R-testthat-[0-9]*:../../d
 
 USE_LANGUAGES= c c++
 
+.include "../../mk/bsd.prefs.mk"
+
+.if ${MACHINE_PLATFORM:MNetBSD-*-i386}
+.include "../../devel/libatomic/buildlink3.mk"
+.endif
+
 .include "../../math/R/Makefile.extension"
 .include "../../devel/R-Rcpp/buildlink3.mk"
 .include "../../devel/R-BH/buildlink3.mk"



Home | Main Index | Thread Index | Old Index