View | Details | Raw Unified | Return to bug 220889 | Differences between
and this patch

Collapse All | Expand All

(-)multimedia/assimp/Makefile (+3 lines)
Lines 12-17 Link Here
12
LICENSE=	BSD3CLAUSE
12
LICENSE=	BSD3CLAUSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
14
15
LIB_DEPENDS=	libminizip.so:archivers/minizip
16
15
BROKEN_powerpc64=	Does not build: error: ByteSwap has not been declared
17
BROKEN_powerpc64=	Does not build: error: ByteSwap has not been declared
16
18
17
USES=		cmake compiler:c++11-lib pkgconfig
19
USES=		cmake compiler:c++11-lib pkgconfig
Lines 20-25 Link Here
20
22
21
# CMAKE_ARGS instructs cmake to skip runtime path removal during install
23
# CMAKE_ARGS instructs cmake to skip runtime path removal during install
22
CMAKE_ARGS+=	-DCMAKE_SKIP_RPATH:BOOL=ON -DASSIMP_BUILD_TESTS:BOOL=OFF
24
CMAKE_ARGS+=	-DCMAKE_SKIP_RPATH:BOOL=ON -DASSIMP_BUILD_TESTS:BOOL=OFF
25
LDFLAGS+=	-L${LOCALBASE}/lib
23
26
24
.include <bsd.port.pre.mk>
27
.include <bsd.port.pre.mk>
25
28

Return to bug 220889