Date: Thu, 30 May 2019 07:39:07 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503045 - head/biology/tRNAscan-SE Message-ID: <201905300739.x4U7d7N7081991@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Thu May 30 07:39:06 2019 New Revision: 503045 URL: https://svnweb.freebsd.org/changeset/ports/503045 Log: 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 Modified: head/biology/tRNAscan-SE/Makefile Modified: head/biology/tRNAscan-SE/Makefile ============================================================================== --- head/biology/tRNAscan-SE/Makefile Thu May 30 07:36:32 2019 (r503044) +++ head/biology/tRNAscan-SE/Makefile Thu May 30 07:39:06 2019 (r503045) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905300739.x4U7d7N7081991>