svn commit: r503045 - head/biology/tRNAscan-SE

Piotr Kubaj pkubaj at FreeBSD.org
Thu May 30 07:39:08 UTC 2019


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 at 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>


More information about the svn-ports-all mailing list