Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jan 2020 06:43:39 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r524156 - head/multimedia/assimp
Message-ID:  <202001260643.00Q6hd0h020180@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Jan 26 06:43:38 2020
New Revision: 524156
URL: https://svnweb.freebsd.org/changeset/ports/524156

Log:
  multimedia/assimp: Broken on i386
  
  Reported by:	fallout

Modified:
  head/multimedia/assimp/Makefile

Modified: head/multimedia/assimp/Makefile
==============================================================================
--- head/multimedia/assimp/Makefile	Sun Jan 26 06:41:17 2020	(r524155)
+++ head/multimedia/assimp/Makefile	Sun Jan 26 06:43:38 2020	(r524156)
@@ -11,6 +11,8 @@ COMMENT=	Library to import various 3D model formats in
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	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



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