aboutsummaryrefslogtreecommitdiff
path: root/finance/quantlib
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-06-17 11:38:44 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-06-17 11:38:44 +0000
commit5312fcd423a0fe5bf889bf10b996c9a57c79d65c (patch)
treeecf564b5dfc3c83d1ff9e0afbfb1428d2d38baeb /finance/quantlib
parent8a90df78b38cf81a17b21e61167c4e6ecd169b08 (diff)
downloadports-5312fcd423a0fe5bf889bf10b996c9a57c79d65c.tar.gz
ports-5312fcd423a0fe5bf889bf10b996c9a57c79d65c.zip
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)
Notes
Notes: svn path=/head/; revision=504412
Diffstat (limited to 'finance/quantlib')
-rw-r--r--finance/quantlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/quantlib/Makefile b/finance/quantlib/Makefile
index 1bff6fe2e8fd..025c15a2f1d8 100644
--- a/finance/quantlib/Makefile
+++ b/finance/quantlib/Makefile
@@ -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