svn commit: r536717 - head/devel/libantlr4
Mark Linimon
linimon at FreeBSD.org
Wed May 27 20:33:54 UTC 2020
Author: linimon
Date: Wed May 27 20:33:53 2020
New Revision: 536717
URL: https://svnweb.freebsd.org/changeset/ports/536717
Log:
Add compiler:c11 to USES to fix build on GCC-based systems:
LIBANTLR4 requires g++ 5.0 or greater.
Approved by: portmgr (tier-2 blanket)
Modified:
head/devel/libantlr4/Makefile
Modified: head/devel/libantlr4/Makefile
==============================================================================
--- head/devel/libantlr4/Makefile Wed May 27 20:31:32 2020 (r536716)
+++ head/devel/libantlr4/Makefile Wed May 27 20:33:53 2020 (r536717)
@@ -14,7 +14,7 @@ COMMENT= ANother Tool for Language Recognition (C runt
LICENSE= BSD3CLAUSE
-USES= cmake zip
+USES= cmake compiler:c11 zip
NO_WRKSUBDIR= yes
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
More information about the svn-ports-all
mailing list