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

Collapse All | Expand All

(-)Makefile (-2 / +4 lines)
Lines 13-20 Link Here
13
LICENSE=	BSD3CLAUSE LGPL3 GPLv3
13
LICENSE=	BSD3CLAUSE LGPL3 GPLv3
14
LICENSE_COMB=	multi
14
LICENSE_COMB=	multi
15
15
16
BROKEN_powerpc64=	fails to build: requires 'c++14-lang' in USES (cf.)
17
18
BUILD_DEPENDS=	boost-libs>0:devel/boost-libs
16
BUILD_DEPENDS=	boost-libs>0:devel/boost-libs
19
17
20
USES=		cmake:outsource compiler:openmp # once #199603 is resolved, add c++14-lang
18
USES=		cmake:outsource compiler:openmp # once #199603 is resolved, add c++14-lang
Lines 40-43 Link Here
40
PLIST_SUB+=	RM_I386=""
38
PLIST_SUB+=	RM_I386=""
41
.endif
39
.endif
42
40
41
.if ${ARCH:Mmips*} || ${ARCH:Mpowerpc*} || ${ARCH} == sparc64
42
USE_GCC=	yes
43
.endif
44
43
.include <bsd.port.post.mk>
45
.include <bsd.port.post.mk>

Return to bug 232045