pkgsrc-WIP-changes archive

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

rust187: Pull over removal of MACOSX_DEPLOYMENT_TARGET, apparently unused.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Mon Jun 16 20:25:39 2025 +0000
Changeset:	7f834a779035be814831bea35e0ec4e02ab4a20c

Modified Files:
	rust187/Makefile

Log Message:
rust187: Pull over removal of MACOSX_DEPLOYMENT_TARGET, apparently unused.

To mirror main pkgsrc's lang/rust/Makefile rev 1.328.

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

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

diffstat:
 rust187/Makefile | 4 ----
 1 file changed, 4 deletions(-)

diffs:
diff --git a/rust187/Makefile b/rust187/Makefile
index 345d43ad82..52bb18dadd 100644
--- a/rust187/Makefile
+++ b/rust187/Makefile
@@ -76,10 +76,6 @@ CONFIGURE_ARGS+=	--enable-vendor
 # cargo defaults to using the number of available CPUs
 MAKE_ENV+=		CARGO_BUILD_JOBS=${_MAKE_JOBS_N}
 
-# MacOS X 10.7 is the oldest supported version. See
-# ${WRKSRC}/src/bootstrap/lib.rs
-MAKE_ENV.Darwin+=	MACOSX_DEPLOYMENT_TARGET="10.7"
-
 CFLAGS.SunOS+=		-D_POSIX_PTHREAD_SEMANTICS
 MAKE_ENV.SunOS+=	AR=gar
 


Home | Main Index | Thread Index | Old Index