Date: Thu, 14 Jul 2022 20:05:09 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: 8a96d2aa2e3c - main - multimedia/assimp: Broken on armv6 Message-ID: <202207142005.26EK59xa074951@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=8a96d2aa2e3cc11accc9e6397ef0e7c0c8deb88f commit 8a96d2aa2e3cc11accc9e6397ef0e7c0c8deb88f Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-07-14 20:04:47 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-07-14 20:04:47 +0000 multimedia/assimp: Broken on armv6 Reported by: fallout --- multimedia/assimp/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/multimedia/assimp/Makefile b/multimedia/assimp/Makefile index bad7cadb5467..05cdcef34719 100644 --- a/multimedia/assimp/Makefile +++ b/multimedia/assimp/Makefile @@ -9,6 +9,8 @@ COMMENT= Library to import various 3D model formats in a uniform manner LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_armv6= field within 'Assimp::MDL::Vertex_MDL7' is less aligned than 'Assimp::MDL::Vertex_MDL7::..., see https://github.com/assimp/assimp/issues/4640 + USES= cmake:testing compiler:c++11-lib cpe localbase:ldflags minizip pkgconfig USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207142005.26EK59xa074951>