pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/rust rust: Put back SunOS AR fix.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f3361d56098e
branches:  trunk
changeset: 380072:f3361d56098e
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Sat May 28 14:31:04 2022 +0000

description:
rust: Put back SunOS AR fix.

diffstat:

 lang/rust/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a981e11b40a7 -r f3361d56098e lang/rust/Makefile
--- a/lang/rust/Makefile        Sat May 28 14:12:16 2022 +0000
+++ b/lang/rust/Makefile        Sat May 28 14:31:04 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.259 2022/05/26 10:10:26 jperkin Exp $
+# $NetBSD: Makefile,v 1.260 2022/05/28 14:31:04 jperkin Exp $
 
 DISTNAME=      rustc-1.60.0-src
 PKGNAME=       ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -69,6 +69,7 @@
 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