biology/seqan-apps: fix build with GCC-based architectures

PR:		232045
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Approved by:	maintainer timeout (h2+fbsdports@fsfe.org >1 month)
This commit is contained in:
Steve Wills 2018-11-09 21:37:01 +00:00
parent d0d7c5bdda
commit 9bd4256613
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484547

View File

@ -13,8 +13,6 @@ COMMENT= Official bioinformatic applications based on the SeqAn library
LICENSE= BSD3CLAUSE LGPL3 GPLv3
LICENSE_COMB= multi
BROKEN_powerpc64= fails to build: requires 'c++14-lang' in USES (cf.)
BUILD_DEPENDS= boost-libs>0:devel/boost-libs
USES= cmake:outsource compiler:openmp # once #199603 is resolved, add c++14-lang
@ -40,4 +38,8 @@ PLIST_SUB+= RM_I386="@comment "
PLIST_SUB+= RM_I386=""
.endif
.if ${ARCH:Mmips*} || ${ARCH:Mpowerpc*} || ${ARCH} == sparc64
USE_GCC= yes
.endif
.include <bsd.port.post.mk>