svn commit: r494828 - head/devel/cpptest

Fernando Apesteguía fernape at FreeBSD.org
Wed Mar 6 18:32:27 UTC 2019


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 at 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
 


More information about the svn-ports-all mailing list