Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jul 2019 11:26:50 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r506849 - head/science/py-veusz
Message-ID:  <201907181126.x6IBQoMg064896@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Thu Jul 18 11:26:50 2019
New Revision: 506849
URL: https://svnweb.freebsd.org/changeset/ports/506849

Log:
  science/py-veusz: fix build on GCC architectures
  
  This port uses C++11:
  cc1plus: error: unrecognized command line option "-std=c++11"
  
  Approved by:	mentors (implicit approval)

Modified:
  head/science/py-veusz/Makefile

Modified: head/science/py-veusz/Makefile
==============================================================================
--- head/science/py-veusz/Makefile	Thu Jul 18 11:25:28 2019	(r506848)
+++ head/science/py-veusz/Makefile	Thu Jul 18 11:26:50 2019	(r506849)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	${PYNUMPY}
 
-USES=		python:3.5+ pyqt:5 qt:5 shebangfix
+USES=		compiler:c++11-lang python:3.5+ pyqt:5 qt:5 shebangfix
 USE_GITHUB=	yes
 USE_PYQT=	core gui svg
 USE_PYTHON=	distutils concurrent autoplist



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