Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Dec 2018 12:46:28 +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: r488713 - head/www/cpr
Message-ID:  <201812301246.wBUCkS59052831@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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