Date: Thu, 25 Jul 2019 08:40:03 +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: r507314 - head/devel/bloaty Message-ID: <201907250840.x6P8e3fx076760@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Thu Jul 25 08:40:03 2019 New Revision: 507314 URL: https://svnweb.freebsd.org/changeset/ports/507314 Log: devel/bloaty: fix build with GCC architectures C++11 compiler is required: cc1plus: error: unrecognized command line option "-std=c++11" Approved by: mentors (implicit approval) Modified: head/devel/bloaty/Makefile Modified: head/devel/bloaty/Makefile ============================================================================== --- head/devel/bloaty/Makefile Thu Jul 25 07:16:16 2019 (r507313) +++ head/devel/bloaty/Makefile Thu Jul 25 08:40:03 2019 (r507314) @@ -16,7 +16,7 @@ LIB_DEPENDS= libre2.so:devel/re2 \ libcapstone.so:devel/capstone4 \ libprotobuf.so:devel/protobuf -USES= cmake pkgconfig +USES= cmake compiler:c++11-lang pkgconfig USE_GITHUB= yes GH_ACCOUNT= google
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907250840.x6P8e3fx076760>