Skip to content

Commit 0b059c7

Browse files
committed
R-RcppCCTZ: needs C++11
Otherwise: error: 'wcstold' is not a member of 'std'
1 parent 51da7d5 commit 0b059c7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

time/R-RcppCCTZ/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.1 2024/01/21 09:10:20 mef Exp $
1+
# $NetBSD: Makefile,v 1.2 2024/11/30 20:51:35 wiz Exp $
22

33
R_PKGNAME= RcppCCTZ
44
R_PKGVER= 0.2.12
@@ -16,7 +16,8 @@ TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
1616
TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
1717
TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
1818

19-
USE_LANGUAGES= c c++
19+
USE_LANGUAGES= c c++
20+
USE_CXX_FEATURES+= c++11
2021

2122
.include "../../math/R/Makefile.extension"
2223
.include "../../devel/R-Rcpp/buildlink3.mk"

0 commit comments

Comments
 (0)