aboutsummaryrefslogtreecommitdiff
path: root/graphics/pcl-pointclouds
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-12-02 16:51:12 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-12-02 16:51:12 +0000
commit87301620f1ade71a8f21e46370e2d2432c20d308 (patch)
tree5ac8258098e856cf83221b479310bbf99e9c16ae /graphics/pcl-pointclouds
parent61314239edb0e93f04bf77a7bcf76d022647d3d0 (diff)
downloadports-87301620f1ade71a8f21e46370e2d2432c20d308.tar.gz
ports-87301620f1ade71a8f21e46370e2d2432c20d308.zip
graphics/pcl-pointclouds: Broken on i386: undefined reference to `__atomic_load'
Notes
Notes: svn path=/head/; revision=486470
Diffstat (limited to 'graphics/pcl-pointclouds')
-rw-r--r--graphics/pcl-pointclouds/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/pcl-pointclouds/Makefile b/graphics/pcl-pointclouds/Makefile
index 58c261f9585b..2f3b2673abcb 100644
--- a/graphics/pcl-pointclouds/Makefile
+++ b/graphics/pcl-pointclouds/Makefile
@@ -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 \