Date: Mon, 17 Jun 2019 11:38:44 +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: r504412 - head/finance/quantlib Message-ID: <201906171138.x5HBci9B013069@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Mon Jun 17 11:38:44 2019 New Revision: 504412 URL: https://svnweb.freebsd.org/changeset/ports/504412 Log: Add compiler:c++11-lang to USES to fix the following on GCC-based systems: configure: error: Boost thread, signals2 and system libraries not found. Approved by: portmgr (tier-2 blanket) Modified: head/finance/quantlib/Makefile Modified: head/finance/quantlib/Makefile ============================================================================== --- head/finance/quantlib/Makefile Mon Jun 17 11:37:38 2019 (r504411) +++ head/finance/quantlib/Makefile Mon Jun 17 11:38:44 2019 (r504412) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.TXT LIB_DEPENDS= libboost_system.so:devel/boost-libs -USES= compiler libtool +USES= compiler:c++11-lang libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= EMACS=no
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906171138.x5HBci9B013069>