svn commit: r507314 - head/devel/bloaty
Piotr Kubaj
pkubaj at FreeBSD.org
Thu Jul 25 08:40:03 UTC 2019
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
More information about the svn-ports-all
mailing list