mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
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
This commit is contained in:
parent
ab51f87574
commit
0fd0d6e5da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494828
@ -9,7 +9,7 @@ COMMENT= Unit testing framework for handling automated tests in C++
|
||||
|
||||
LICENSE= LGPL3
|
||||
|
||||
USES= autoreconf gmake libtool pathfix
|
||||
USES= autoreconf compiler:c++11-lang gmake libtool pathfix
|
||||
USE_GITHUB= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user