svn commit: r467440 - head/devel/tbb

Jan Beich jbeich at FreeBSD.org
Sun Apr 15 23:57:12 UTC 2018


Author: jbeich
Date: Sun Apr 15 23:57:12 2018
New Revision: 467440
URL: https://svnweb.freebsd.org/changeset/ports/467440

Log:
  devel/tbb: enable on armv7

Modified:
  head/devel/tbb/Makefile   (contents, props changed)

Modified: head/devel/tbb/Makefile
==============================================================================
--- head/devel/tbb/Makefile	Sun Apr 15 22:47:01 2018	(r467439)
+++ head/devel/tbb/Makefile	Sun Apr 15 23:57:12 2018	(r467440)
@@ -10,7 +10,7 @@ COMMENT=	Library that provides thread building blocks
 
 LICENSE=	APACHE20
 
-ONLY_FOR_ARCHS=		amd64 armv6 i386
+ONLY_FOR_ARCHS=		amd64 armv6 armv7 i386
 ONLY_FOR_ARCHS_REASON=	has not been ported to this platform
 
 USES=	compiler gmake tar:tgz


More information about the svn-ports-head mailing list