svn commit: r451571 - head/devel/cpprestsdk

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Oct 8 19:57:27 UTC 2017


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
 


More information about the svn-ports-all mailing list