Date: Fri, 15 Mar 2019 00:05:02 +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: r495748 - head/textproc/py-jsonslicer Message-ID: <201903150005.x2F052iS013177@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Fri Mar 15 00:05:01 2019 New Revision: 495748 URL: https://svnweb.freebsd.org/changeset/ports/495748 Log: Fix build on gcc-based architectures: cc1plus: error: unrecognized command line option "-std=c++11" Modified: head/textproc/py-jsonslicer/Makefile Modified: head/textproc/py-jsonslicer/Makefile ============================================================================== --- head/textproc/py-jsonslicer/Makefile Fri Mar 15 00:02:15 2019 (r495747) +++ head/textproc/py-jsonslicer/Makefile Fri Mar 15 00:05:01 2019 (r495748) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libyajl.so:devel/yajl -USES= python:3.5+ pkgconfig +USES= compiler:c++11-lang pkgconfig python:3.5+ USE_PYTHON= autoplist distutils # pydistutils problem, it uses CC for compiling C++ code
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903150005.x2F052iS013177>