Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jun 2019 10:59:06 +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: r504781 - head/www/rubygem-passenger
Message-ID:  <201906211059.x5LAx6H7076810@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Fri Jun 21 10:59:06 2019
New Revision: 504781
URL: https://svnweb.freebsd.org/changeset/ports/504781

Log:
  Add compiler:c++11-lang to USES to fix build on GCC-based systems:
  
    src/cxx_supportlib/WebSocketCommandReverseServer.h:809: error: no matching function for call to 'make_shared(boost::asio::io_context&)'
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/www/rubygem-passenger/Makefile

Modified: head/www/rubygem-passenger/Makefile
==============================================================================
--- head/www/rubygem-passenger/Makefile	Fri Jun 21 10:25:27 2019	(r504780)
+++ head/www/rubygem-passenger/Makefile	Fri Jun 21 10:59:06 2019	(r504781)
@@ -37,7 +37,7 @@ USES+=		apache:2.2+
 
 USE_RUBY=	yes
 RAKE_BIN=	${LOCALBASE}/bin/rake
-USES+=		cpe gem libtool python:env shebangfix ssl
+USES+=		compiler:c++11-lang cpe gem libtool python:env shebangfix ssl
 SHEBANG_FILES=	src/cxx_supportlib/vendor-copy/libuv/gyp_uv.py
 
 LIB_DEPENDS+=	libuv.so:devel/libuv \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906211059.x5LAx6H7076810>