svn commit: r495414 - head/math/zegrapher

Mark Linimon linimon at FreeBSD.org
Tue Mar 12 03:36:40 UTC 2019


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


More information about the svn-ports-all mailing list