Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 May 2019 08:57:07 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r500642 - head/devel/fb303
Message-ID:  <201905020857.x428v7SK029885@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Thu May  2 08:57:06 2019
New Revision: 500642
URL: https://svnweb.freebsd.org/changeset/ports/500642

Log:
  devel/fb303: fix build with GCC-based architectures
  
  /usr/local/include/thrift/concurrency/ThreadManager.h:61: error: ISO C++ forbids declaration of 'function' with no type
  /usr/local/include/thrift/concurrency/ThreadManager.h:61: error: typedef name may not be a nested-name-specifier
  /usr/local/include/thrift/concurrency/ThreadManager.h:61: error: expected ';' before '<' token
  /usr/local/include/thrift/concurrency/ThreadManager.h:191: error: 'ExpireCallback' has not been declared
  
  Approved by:	mentors (implicit approval)

Modified:
  head/devel/fb303/Makefile

Modified: head/devel/fb303/Makefile
==============================================================================
--- head/devel/fb303/Makefile	Thu May  2 08:15:45 2019	(r500641)
+++ head/devel/fb303/Makefile	Thu May  2 08:57:06 2019	(r500642)
@@ -20,7 +20,7 @@ BUILD_DEPENDS=	thrift:devel/thrift
 CONFIGURE_ARGS=	PY_PREFIX="${PREFIX}"
 
 GNU_CONFIGURE=	yes
-USES=		autoreconf compiler gmake perl5 python:2.7
+USES=		autoreconf compiler:c++11-lang gmake perl5 python:2.7
 USE_PERL5=	run
 WRKSRC=		${WRKDIR}/${DISTNAME}/contrib/fb303
 



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