pkgsrc-WIP-changes archive

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

rust: Fix comment ahead of USE_CXX_FEATURES.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Fri Oct 20 21:26:41 2023 +0000
Changeset:	dd6a156797f9cabe8543e8f39eb2a8809a4f4056

Modified Files:
	rust/Makefile

Log Message:
rust: Fix comment ahead of USE_CXX_FEATURES.

We don't explicitly force gcc7 anymore, so don't mention that we do...

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=dd6a156797f9cabe8543e8f39eb2a8809a4f4056

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

diffstat:
 rust/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diffs:
diff --git a/rust/Makefile b/rust/Makefile
index 7d91c76ffa..9347c7d88f 100644
--- a/rust/Makefile
+++ b/rust/Makefile
@@ -12,7 +12,7 @@ LICENSE=	mit OR apache-2.0
 
 CONFLICTS+=	rust-bin-[0-9]*
 
-# LLVM requires gcc7, follow suit.  Also, uses -std=c++17
+# LLVM uses -std=c++17
 USE_CXX_FEATURES+=      c++17
 
 USE_GCC_RUNTIME=	yes
@@ -77,7 +77,8 @@ MAKE_ENV.Darwin+=	MACOSX_DEPLOYMENT_TARGET="10.7"
 CFLAGS.SunOS+=		-D_POSIX_PTHREAD_SEMANTICS
 MAKE_ENV.SunOS+=	AR=gar
 
-UNLIMIT_RESOURCES+=	cputime stacksize datasize virtualsize
+#UNLIMIT_RESOURCES+=	cputime stacksize datasize virtualsize
+UNLIMIT_RESOURCES+=	cputime stacksize datasize
 
 TEST_TARGET=	check
 


Home | Main Index | Thread Index | Old Index