1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

biology/tRNAscan-SE: fix build with GCC-based architecturs

Add MAKE_JOBS_UNSAFE=yes to fix build.

Remove USES=compiler:c11, it's not necessary.

PR:		237848
Approved by:	mzaki@niid.go.jp (maintainer), linimon (mentor)
Differential Revision:	https://reviews.freebsd.org/D20439
This commit is contained in:
Piotr Kubaj 2019-05-30 07:39:06 +00:00
parent fb2dafe241
commit 4ee9ce4ad7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=503045

View File

@ -20,6 +20,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S,.0$,,}
GNU_CONFIGURE= yes
USES= compiler:c11 perl5 autoreconf
USES= perl5 autoreconf
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.mk>