svn commit: r568941 - head/lang/rust-bootstrap

Tobias Kortkamp tobik at FreeBSD.org
Mon Mar 22 07:22:01 UTC 2021


Author: tobik
Date: Mon Mar 22 07:22:00 2021
New Revision: 568941
URL: https://svnweb.freebsd.org/changeset/ports/568941

Log:
  lang/rust-bootstrap: Remove bogus gcc9 run dep from powerpc64_elfv1 flavor again

Modified:
  head/lang/rust-bootstrap/Makefile

Modified: head/lang/rust-bootstrap/Makefile
==============================================================================
--- head/lang/rust-bootstrap/Makefile	Mon Mar 22 06:49:16 2021	(r568940)
+++ head/lang/rust-bootstrap/Makefile	Mon Mar 22 07:22:00 2021	(r568941)
@@ -46,7 +46,7 @@ powerpc64le_PKGNAMEPREFIX=	powerpc64le-
 
 USES=		perl5 python:3.6+,build tar:xz
 .if ${FLAVOR} == powerpc64_elfv1
-USE_GCC=	9
+USE_GCC=	9:build
 .endif
 # for openssl-src crate
 USE_PERL5=	build


More information about the svn-ports-head mailing list