git: ef441d7ac32b - main - graphics/pcl-pointclouds: Broken on 11

Yuri Victorovich yuri at FreeBSD.org
Thu Aug 19 19:30:11 UTC 2021


The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ef441d7ac32b9053585ecb2dfceaa33ae04304e5

commit ef441d7ac32b9053585ecb2dfceaa33ae04304e5
Author:     Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-08-19 19:28:15 +0000
Commit:     Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-08-19 19:30:08 +0000

    graphics/pcl-pointclouds: Broken on 11
    
    Reported by:    fallout
---
 graphics/pcl-pointclouds/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/graphics/pcl-pointclouds/Makefile b/graphics/pcl-pointclouds/Makefile
index 26cfc541f436..9eb05c01dc42 100644
--- a/graphics/pcl-pointclouds/Makefile
+++ b/graphics/pcl-pointclouds/Makefile
@@ -10,7 +10,8 @@ COMMENT=	Point Cloud Library
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-BROKEN_i386=	undefined reference to `__atomic_load'
+BROKEN_i386=		undefined reference to `__atomic_load'
+BROKEN_FreeBSD_11=	surface/CMakeFiles/pcl_surface.dir/src/mls.cpp.o: file not recognized: File format not recognized
 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
 


More information about the dev-commits-ports-main mailing list