pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-Rcpp
Module Name: pkgsrc
Committed By: mef
Date: Thu Jul 2 15:43:11 UTC 2026
Modified Files:
pkgsrc/devel/R-Rcpp: Makefile
Log Message:
(devel/R-Rcpp) Fix build on Linux and on Darwin
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/R-Rcpp/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/R-Rcpp/Makefile
diff -u pkgsrc/devel/R-Rcpp/Makefile:1.37 pkgsrc/devel/R-Rcpp/Makefile:1.38
--- pkgsrc/devel/R-Rcpp/Makefile:1.37 Fri Jun 5 23:49:27 2026
+++ pkgsrc/devel/R-Rcpp/Makefile Thu Jul 2 15:43:11 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2026/06/05 23:49:27 mef Exp $
+# $NetBSD: Makefile,v 1.38 2026/07/02 15:43:11 mef Exp $
R_PKGNAME= Rcpp
R_PKGVER= 1.1.1-1.1
@@ -56,7 +56,7 @@ CHECK_RELRO_SKIP+= ${CHECK_SSP_SKIP}
SUBST_CLASSES+= pkglibs
SUBST_STAGE.pkglibs= pre-configure
SUBST_FILES.pkglibs= src/Makevars
-.if ${OPSYS} != SunOS
+.if ${OPSYS} != SunOS && ${OPSYS} != Linux && ${OPSYS} != Darwin
SUBST_SED.pkglibs= -e s,@@PKGLIBS@@,PKG_LIBS+=-lexecinfo,
.else
SUBST_SED.pkglibs= -e s,@@PKGLIBS@@,,
Home |
Main Index |
Thread Index |
Old Index