svn commit: r497438 - head/graphics/pcl-pointclouds

Mark Linimon linimon at FreeBSD.org
Sun Mar 31 17:43:55 UTC 2019


Author: linimon
Date: Sun Mar 31 17:43:53 2019
New Revision: 497438
URL: https://svnweb.freebsd.org/changeset/ports/497438

Log:
  Fix typo.
  
  Reported by:	jbeich
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/graphics/pcl-pointclouds/Makefile

Modified: head/graphics/pcl-pointclouds/Makefile
==============================================================================
--- head/graphics/pcl-pointclouds/Makefile	Sun Mar 31 17:39:55 2019	(r497437)
+++ head/graphics/pcl-pointclouds/Makefile	Sun Mar 31 17:43:53 2019	(r497438)
@@ -17,7 +17,7 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 BROKEN_i386=	undefined reference to `__atomic_load'
-NOT_FOR_ARCHS=		armv6 armv6
+NOT_FOR_ARCHS=		armv6 armv7
 NOT_FOR_ARCHS_REASON=	common/include/pcl/pcl_macros.h:420:4: error: aligned_malloc not supported on your platform
 
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs \


More information about the svn-ports-all mailing list