Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Oct 2017 19:57:25 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451571 - head/devel/cpprestsdk
Message-ID:  <201710081957.v98JvPNG054279@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Sun Oct  8 19:57:25 2017
New Revision: 451571
URL: https://svnweb.freebsd.org/changeset/ports/451571

Log:
  Add USES=compiler:c++11-lib.
  
  It doesn't have an effect on platforms with clang and libc++ as the default
  compiler, but should likely help with the powerpc64 build error that was marked
  in the Makefile.

Modified:
  head/devel/cpprestsdk/Makefile

Modified: head/devel/cpprestsdk/Makefile
==============================================================================
--- head/devel/cpprestsdk/Makefile	Sun Oct  8 19:36:26 2017	(r451570)
+++ head/devel/cpprestsdk/Makefile	Sun Oct  8 19:57:25 2017	(r451571)
@@ -14,12 +14,10 @@ LICENSE_FILE=	${WRKSRC}/../license.txt
 
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs
 
-BROKEN_powerpc64=	fails to compile: cc1plus: unrecognized command line option "-std=c++11"
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	Microsoft
 
-USES=		cmake ssl
+USES=		cmake compiler:c++11-lib ssl
 USE_LDCONFIG=	yes
 WRKSRC_SUBDIR=	Release
 



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