svn commit: r506849 - head/science/py-veusz

Piotr Kubaj pkubaj at FreeBSD.org
Thu Jul 18 11:26:51 UTC 2019


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


More information about the svn-ports-all mailing list