Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Mar 2019 03:36:40 +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: r495414 - head/math/zegrapher
Message-ID:  <201903120336.x2C3ae98031999@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Mar 12 03:36:39 2019
New Revision: 495414
URL: https://svnweb.freebsd.org/changeset/ports/495414

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

Modified:
  head/math/zegrapher/Makefile

Modified: head/math/zegrapher/Makefile
==============================================================================
--- head/math/zegrapher/Makefile	Tue Mar 12 03:35:00 2019	(r495413)
+++ head/math/zegrapher/Makefile	Tue Mar 12 03:36:39 2019	(r495414)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/math/special_functions/binomial.hpp:devel/boost-libs
 
-USES=		desktop-file-utils qmake qt:5
+USES=		compiler:c++11-lang desktop-file-utils qmake qt:5
 USE_GITHUB=	yes
 GH_ACCOUNT=	AdelKS
 USE_QT=		core gui network printsupport widgets buildtools_build



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