svn commit: r495557 - head/cad/verilator

Mark Linimon linimon at FreeBSD.org
Wed Mar 13 05:24:22 UTC 2019


Author: linimon
Date: Wed Mar 13 05:24:21 2019
New Revision: 495557
URL: https://svnweb.freebsd.org/changeset/ports/495557

Log:
  Fix build on gcc-based architectures:
  
    configure: error: the c++ compiler appears to not support C++11.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/cad/verilator/Makefile

Modified: head/cad/verilator/Makefile
==============================================================================
--- head/cad/verilator/Makefile	Wed Mar 13 05:23:09 2019	(r495556)
+++ head/cad/verilator/Makefile	Wed Mar 13 05:24:21 2019	(r495557)
@@ -12,7 +12,7 @@ COMMENT=	Synthesizable Verilog to C++ compiler
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		bison gmake pathfix perl5 tar:tgz
+USES=		bison compiler:c++11-lang gmake pathfix perl5 tar:tgz
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	INSTALL_PROGRAM="${INSTALL_SCRIPT}"


More information about the svn-ports-all mailing list