We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51da7d5 commit 0b059c7Copy full SHA for 0b059c7
1 file changed
time/R-RcppCCTZ/Makefile
@@ -1,4 +1,4 @@
1
-# $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 $
2
3
R_PKGNAME= RcppCCTZ
4
R_PKGVER= 0.2.12
@@ -16,7 +16,8 @@ TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
16
TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
17
TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
18
19
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++
20
+USE_CXX_FEATURES+= c++11
21
22
.include "../../math/R/Makefile.extension"
23
.include "../../devel/R-Rcpp/buildlink3.mk"
0 commit comments