Date: Tue, 7 May 2019 19:45:17 +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: r500976 - head/biology/tRNAscan-SE Message-ID: <201905071945.x47JjHKN074787@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Tue May 7 19:45:17 2019 New Revision: 500976 URL: https://svnweb.freebsd.org/changeset/ports/500976 Log: biology/tRNAscan-SE: fix build with GCC-based architectures Add USES=compiler:c11 to fix build. Approved by: mentors (implicit approval) Modified: head/biology/tRNAscan-SE/Makefile Modified: head/biology/tRNAscan-SE/Makefile ============================================================================== --- head/biology/tRNAscan-SE/Makefile Tue May 7 19:42:06 2019 (r500975) +++ head/biology/tRNAscan-SE/Makefile Tue May 7 19:45:17 2019 (r500976) @@ -20,6 +20,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S,.0$,,} GNU_CONFIGURE= yes -USES= perl5 autoreconf +USES= compiler:c11 perl5 autoreconf .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905071945.x47JjHKN074787>