Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Aug 2021 19:30:10 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ef441d7ac32b - main - graphics/pcl-pointclouds: Broken on 11
Message-ID:  <202108191930.17JJUAgi082533@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

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

commit ef441d7ac32b9053585ecb2dfceaa33ae04304e5
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-08-19 19:28:15 +0000
Commit:     Yuri Victorovich <yuri@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
 



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