pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/R-RcppCCTZ



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Nov 30 20:51:35 UTC 2024

Modified Files:
        pkgsrc/time/R-RcppCCTZ: Makefile

Log Message:
R-RcppCCTZ: needs C++11

Otherwise:
error: 'wcstold' is not a member of 'std'


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/time/R-RcppCCTZ/Makefile

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

Modified files:

Index: pkgsrc/time/R-RcppCCTZ/Makefile
diff -u pkgsrc/time/R-RcppCCTZ/Makefile:1.1 pkgsrc/time/R-RcppCCTZ/Makefile:1.2
--- pkgsrc/time/R-RcppCCTZ/Makefile:1.1 Sun Jan 21 09:10:20 2024
+++ pkgsrc/time/R-RcppCCTZ/Makefile     Sat Nov 30 20:51:35 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/01/21 09:10:20 mef Exp $
+# $NetBSD: Makefile,v 1.2 2024/11/30 20:51:35 wiz Exp $
 
 R_PKGNAME=     RcppCCTZ
 R_PKGVER=      0.2.12
@@ -16,7 +16,8 @@ TEST_DEPENDS+=        tex-latex-bin-[0-9]*:../.
 TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
 TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
 
-USE_LANGUAGES= c c++
+USE_LANGUAGES=         c c++
+USE_CXX_FEATURES+=     c++11
 
 .include "../../math/R/Makefile.extension"
 .include "../../devel/R-Rcpp/buildlink3.mk"



Home | Main Index | Thread Index | Old Index