pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/rust
Module Name: pkgsrc
Committed By: pin
Date: Tue Oct 10 16:28:01 UTC 2023
Modified Files:
pkgsrc/lang/rust: Makefile
Log Message:
lang/rust: restore USE_CXX_FEATURES
lost during the last update.
To generate a diff of this commit:
cvs rdiff -u -r1.290 -r1.291 pkgsrc/lang/rust/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/rust/Makefile
diff -u pkgsrc/lang/rust/Makefile:1.290 pkgsrc/lang/rust/Makefile:1.291
--- pkgsrc/lang/rust/Makefile:1.290 Tue Oct 10 13:12:33 2023
+++ pkgsrc/lang/rust/Makefile Tue Oct 10 16:28:01 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.290 2023/10/10 13:12:33 pin Exp $
+# $NetBSD: Makefile,v 1.291 2023/10/10 16:28:01 pin Exp $
DISTNAME= rustc-1.71.1-src
PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -13,7 +13,7 @@ LICENSE= mit OR apache-2.0
CONFLICTS+= rust-bin-[0-9]*
# LLVM requires gcc7, follow suit. Also, uses -std=c++17
-GCC_REQD+= 7
+USE_CXX_FEATURES+= c++17
USE_GCC_RUNTIME= yes
USE_LANGUAGES= c c++17
Home |
Main Index |
Thread Index |
Old Index