diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-12-02 16:51:12 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-12-02 16:51:12 +0000 |
commit | 87301620f1ade71a8f21e46370e2d2432c20d308 (patch) | |
tree | 5ac8258098e856cf83221b479310bbf99e9c16ae | |
parent | Fix INDEX (diff) |
graphics/pcl-pointclouds: Broken on i386: undefined reference to `__atomic_load'
Notes
Notes:
svn path=/head/; revision=486470
-rw-r--r-- | graphics/pcl-pointclouds/Makefile | 2 |
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 \ |