Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Dec 2018 16:51:12 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r486470 - head/graphics/pcl-pointclouds
Message-ID:  <201812021651.wB2GpCgg033030@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812021651.wB2GpCgg033030>