Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Feb 2020 15:10:57 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525043 - head/cad/veroroute
Message-ID:  <202002031510.013FAvXn007199@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Feb  3 15:10:57 2020
New Revision: 525043
URL: https://svnweb.freebsd.org/changeset/ports/525043

Log:
  Fix build on GCC-based systems:
  
    cc1plus: error: unrecognized command line option "-std=gnu++11"
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/cad/veroroute/Makefile

Modified: head/cad/veroroute/Makefile
==============================================================================
--- head/cad/veroroute/Makefile	Mon Feb  3 15:05:57 2020	(r525042)
+++ head/cad/veroroute/Makefile	Mon Feb  3 15:10:57 2020	(r525043)
@@ -14,7 +14,7 @@ COMMENT=	PCB (printed circuit board) design software
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/../licenses/license_GPLv3.txt
 
-USES=		qmake qt:5 zip
+USES=		compiler:c++11-lang qmake qt:5 zip
 USE_QT=		core gui network widgets buildtools_build
 
 WRKSRC=		${WRKDIR}/VeroRoute



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002031510.013FAvXn007199>