svn commit: r504412 - head/finance/quantlib

Mark Linimon linimon at FreeBSD.org
Mon Jun 17 11:38:45 UTC 2019


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


More information about the svn-ports-all mailing list