git: 69a7f48c6606 - 2022Q3 - multimedia/assimp: Broken on armv6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Jul 2022 20:21:52 UTC
The branch 2022Q3 has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=69a7f48c6606070bfa9e63f340b571e4590a5837
commit 69a7f48c6606070bfa9e63f340b571e4590a5837
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:21:48 +0000
multimedia/assimp: Broken on armv6
Reported by: fallout
(cherry picked from commit 8a96d2aa2e3cc11accc9e6397ef0e7c0c8deb88f)
---
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