pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-RcppEigen



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Jul  4 23:34:20 UTC 2026

Modified Files:
        pkgsrc/math/R-RcppEigen: Makefile

Log Message:
(math/R-RcppEigen) Fix build on Darwin,Linux, hopefully


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/math/R-RcppEigen/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-RcppEigen/Makefile
diff -u pkgsrc/math/R-RcppEigen/Makefile:1.11 pkgsrc/math/R-RcppEigen/Makefile:1.12
--- pkgsrc/math/R-RcppEigen/Makefile:1.11       Tue Jun  9 12:32:34 2026
+++ pkgsrc/math/R-RcppEigen/Makefile    Sat Jul  4 23:34:20 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2026/06/09 12:32:34 mef Exp $
+# $NetBSD: Makefile,v 1.12 2026/07/04 23:34:20 mef Exp $
 
 R_PKGNAME=     RcppEigen
 R_PKGVER=      0.3.4.0.2
@@ -30,7 +30,7 @@ SUBST_CLASSES+=               pkglibs
 SUBST_STAGE.pkglibs=   pre-configure
 SUBST_FILES.pkglibs=   src/Makevars
 SUBST_MESSAGE.pkglibs= Add -lexecinfo for *BSD
-.if ${OPSYS} != SunOS && ${OPSYS} != SunOS
+.if ${OPSYS} != SunOS && ${OPSYS} != Linux && ${OPSYS} != Darwin
 SUBST_SED.pkglibs=     -e s,@@PKG_LIBS@@,PKG_LIBS+=-lexecinfo,
 .else
 SUBST_SED.pkglibs=     -e s,@@PKG_LIBS@@,,



Home | Main Index | Thread Index | Old Index