Date: Thu, 27 Sep 2018 22:44:49 +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: r480828 - head/devel/cpp-hocon Message-ID: <201809272244.w8RMin1w003550@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Thu Sep 27 22:44:49 2018 New Revision: 480828 URL: https://svnweb.freebsd.org/changeset/ports/480828 Log: Fix build with gcc-based archs. Tested on powerpc64, amd64. PR: 231688 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Modified: head/devel/cpp-hocon/Makefile Modified: head/devel/cpp-hocon/Makefile ============================================================================== --- head/devel/cpp-hocon/Makefile Thu Sep 27 22:42:11 2018 (r480827) +++ head/devel/cpp-hocon/Makefile Thu Sep 27 22:44:49 2018 (r480828) @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libleatherman_util.so:devel/leatherman -USES= cmake:noninja +USES= cmake:noninja compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= puppetlabs
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809272244.w8RMin1w003550>