multimedia/assimp: Fix build on 32 bit platforms

PR:		259483
(cherry picked from commit c1f6d03bf9)
This commit is contained in:
Robert Clausecker 2021-10-27 07:42:01 -07:00 committed by Yuri Victorovich
parent de3740db25
commit 6a25fe1ffc
2 changed files with 1730 additions and 3 deletions

View File

@ -1,6 +1,7 @@
PORTNAME= assimp
DISTVERSIONPREFIX= v
DISTVERSION= 5.0.1
PORTREVISION= 1
CATEGORIES= multimedia
MAINTAINER= yuri@FreeBSD.org
@ -9,9 +10,6 @@ COMMENT= Library to import various 3D model formats in a uniform manner
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_i386= typedef redefinition with different types, see https://github.com/assimp/assimp/issues/2954
BROKEN_powerpc= typedef redefinition with different types, see https://github.com/assimp/assimp/issues/2954
LIB_DEPENDS= libminizip.so:archivers/minizip
USES= cmake compiler:c++11-lib localbase:ldflags pkgconfig

File diff suppressed because it is too large Load Diff