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: jperkin
Date: Fri Mar 18 13:04:29 UTC 2022
Modified Files:
pkgsrc/lang/rust: Makefile
Log Message:
rust: Ensure SunOS uses GNU ar.
To generate a diff of this commit:
cvs rdiff -u -r1.250 -r1.251 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.250 pkgsrc/lang/rust/Makefile:1.251
--- pkgsrc/lang/rust/Makefile:1.250 Tue Mar 1 16:06:39 2022
+++ pkgsrc/lang/rust/Makefile Fri Mar 18 13:04:29 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.250 2022/03/01 16:06:39 he Exp $
+# $NetBSD: Makefile,v 1.251 2022/03/18 13:04:29 jperkin Exp $
DISTNAME= rustc-1.58.1-src
PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -68,6 +68,7 @@ MAKE_ENV+= CARGO_BUILD_JOBS=${_MAKE_JOB
MAKE_ENV.Darwin+= MACOSX_DEPLOYMENT_TARGET="10.7"
CFLAGS.SunOS+= -D_POSIX_PTHREAD_SEMANTICS
+MAKE_ENV.SunOS+= AR=gar
UNLIMIT_RESOURCES+= cputime datasize virtualsize
Home |
Main Index |
Thread Index |
Old Index