svn commit: r444090 - head/www/firefox

Jan Beich jbeich at FreeBSD.org
Thu Jun 22 01:19:18 UTC 2017


Author: jbeich
Date: Thu Jun 22 01:19:16 2017
New Revision: 444090
URL: https://svnweb.freebsd.org/changeset/ports/444090

Log:
  www/firefox: enable RUST on aarch64 after r443777 and r443780
  
  PR:		216143

Modified:
  head/www/firefox/Makefile   (contents, props changed)

Modified: head/www/firefox/Makefile
==============================================================================
--- head/www/firefox/Makefile	Thu Jun 22 00:39:35 2017	(r444089)
+++ head/www/firefox/Makefile	Thu Jun 22 01:19:16 2017	(r444090)
@@ -47,6 +47,7 @@ MOZ_OPTIONS=	--enable-application=browser \
 OPTIONS_DEFINE=		RUST
 OPTIONS_DEFAULT=	BUNDLED_CAIRO
 # XXX lang/rust and devel/cargo currently build only on these platforms
+OPTIONS_DEFAULT_aarch64=RUST
 OPTIONS_DEFAULT_amd64=	RUST
 OPTIONS_DEFAULT_i386=	RUST
 


More information about the svn-ports-all mailing list