svn commit: r488224 - head/devel/antlr

Mark Linimon linimon at FreeBSD.org
Sun Dec 23 17:03:30 UTC 2018


Author: linimon
Date: Sun Dec 23 17:03:29 2018
New Revision: 488224
URL: https://svnweb.freebsd.org/changeset/ports/488224

Log:
  Add USES=compiler:c++11-lang to fix linking with databases/sqlitebrowser
  on GCC-based architectures.

Modified:
  head/devel/antlr/Makefile

Modified: head/devel/antlr/Makefile
==============================================================================
--- head/devel/antlr/Makefile	Sun Dec 23 16:59:05 2018	(r488223)
+++ head/devel/antlr/Makefile	Sun Dec 23 17:03:29 2018	(r488224)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 CONFLICTS=	pccts-[0-9]*
 
-USES=		gmake
+USES=		compiler:c++11-lang gmake
 USE_JAVA=	yes
 
 HAS_CONFIGURE=	yes


More information about the svn-ports-all mailing list