svn commit: r488713 - head/www/cpr

Mark Linimon linimon at FreeBSD.org
Sun Dec 30 12:46:29 UTC 2018


Author: linimon
Date: Sun Dec 30 12:46:28 2018
New Revision: 488713
URL: https://svnweb.freebsd.org/changeset/ports/488713

Log:
  This port requires USES=compiler:c++11-lang to build on GCC-based
  architectures.
  
  PR:		234438
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/www/cpr/Makefile

Modified: head/www/cpr/Makefile
==============================================================================
--- head/www/cpr/Makefile	Sun Dec 30 12:43:42 2018	(r488712)
+++ head/www/cpr/Makefile	Sun Dec 30 12:46:28 2018	(r488713)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libcurl.so:ftp/curl
 
-USES=		cmake
+USES=		compiler:c++11-lang cmake
 USE_GITHUB=	yes
 GH_ACCOUNT=	whoshuu
 GH_TUPLE=	whoshuu:mongoose:df9f7a7:mongoose/opt/mongoose


More information about the svn-ports-all mailing list