svn commit: r483311 - head/net/flower

Mark Linimon linimon at FreeBSD.org
Sun Oct 28 16:08:50 UTC 2018


Author: linimon
Date: Sun Oct 28 16:08:49 2018
New Revision: 483311
URL: https://svnweb.freebsd.org/changeset/ports/483311

Log:
  This port uses C++17, but doesn't define it, which breaks build on
  architectures that still use GCC.
  
  PR:		231918
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/net/flower/Makefile

Modified: head/net/flower/Makefile
==============================================================================
--- head/net/flower/Makefile	Sun Oct 28 16:06:50 2018	(r483310)
+++ head/net/flower/Makefile	Sun Oct 28 16:08:49 2018	(r483311)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libarpc.so:devel/arpc \
 		libjsoncpp.so:devel/jsoncpp
 
-USES=		cmake localbase:ldflags tar:xz
+USES=		cmake compiler:c++17-lang localbase:ldflags tar:xz
 USE_GITHUB=	yes
 GH_ACCOUNT=	NuxiNL
 


More information about the svn-ports-all mailing list