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

Yuri Victorovich yuri at FreeBSD.org
Sun Dec 2 16:51:13 UTC 2018


Author: yuri
Date: Sun Dec  2 16:51:12 2018
New Revision: 486470
URL: https://svnweb.freebsd.org/changeset/ports/486470

Log:
  graphics/pcl-pointclouds: Broken on i386: undefined reference to `__atomic_load'

Modified:
  head/graphics/pcl-pointclouds/Makefile

Modified: head/graphics/pcl-pointclouds/Makefile
==============================================================================
--- head/graphics/pcl-pointclouds/Makefile	Sun Dec  2 16:20:55 2018	(r486469)
+++ head/graphics/pcl-pointclouds/Makefile	Sun Dec  2 16:51:12 2018	(r486470)
@@ -12,6 +12,8 @@ COMMENT=	Point Cloud Library
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BROKEN_i386=	undefined reference to `__atomic_load'
+
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
 		libexpat.so:textproc/expat2 \
 		libflann_cpp.so:math/flann \


More information about the svn-ports-all mailing list