Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Mar 2019 18:32:27 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r494828 - head/devel/cpptest
Message-ID:  <201903061832.x26IWRNn013209@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fernape
Date: Wed Mar  6 18:32:26 2019
New Revision: 494828
URL: https://svnweb.freebsd.org/changeset/ports/494828

Log:
  devel/cpptest: fix build with GCC-based architectures
  
  Request a c++ 11 capable compiler since the port uses c++ 11 features.
  
  PR:	236328
  Submitted by:	pkubaj@anongoth.pl

Modified:
  head/devel/cpptest/Makefile

Modified: head/devel/cpptest/Makefile
==============================================================================
--- head/devel/cpptest/Makefile	Wed Mar  6 18:19:51 2019	(r494827)
+++ head/devel/cpptest/Makefile	Wed Mar  6 18:32:26 2019	(r494828)
@@ -9,7 +9,7 @@ COMMENT=	Unit testing framework for handling automated
 
 LICENSE=	LGPL3
 
-USES=		autoreconf gmake libtool pathfix
+USES=		autoreconf compiler:c++11-lang gmake libtool pathfix
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes
 



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