Date: Fri, 28 Jun 2019 12:21:22 +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: r505284 - head/math/py-pyodeint Message-ID: <201906281221.x5SCLMb1044333@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Fri Jun 28 12:21:22 2019 New Revision: 505284 URL: https://svnweb.freebsd.org/changeset/ports/505284 Log: math/py-pyodeint: fix build on GCC architectures Add USES=compiler:c++11-lang to fix: cc1plus: error: unrecognized command line option "-std=c++11" Approved by: mentors (implicit approval) Modified: head/math/py-pyodeint/Makefile Modified: head/math/py-pyodeint/Makefile ============================================================================== --- head/math/py-pyodeint/Makefile Fri Jun 28 12:09:55 2019 (r505283) +++ head/math/py-pyodeint/Makefile Fri Jun 28 12:21:22 2019 (r505284) @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYNUMPY} \ ${LOCALBASE}/include/boost/config.hpp:devel/boost-libs RUN_DEPENDS= ${PYNUMPY} -USES= localbase python +USES= compiler:c++11-lang localbase python USE_PYTHON= distutils autoplist .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906281221.x5SCLMb1044333>