1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

devel/googletest: oops, builds fine with clang++ -stdlib=libstdc++ -std=gnu++03

FreeBSD 9.x defaulted to GCC 4.2 but could use Clang, so c++11-lang
used Clang while c++11-lib use lang/gcc* bun nowadays the difference
no longer exists. While testing previous change I forgot to account
that newer Clang versions have switched to C++14 by default while
libstdc++ 4.2 doesn't support C++11 or newer.

PR:		231835
This commit is contained in:
Jan Beich 2018-10-01 00:31:09 +00:00
parent 6413e0cbb3
commit dadc9a923c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480989

View File

@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= google
USES= autoreconf compiler:c++11-lib libtool
USES= autoreconf compiler:c++11-lang libtool
WRKSRC_SUBDIR= ${PORTNAME}
GNU_CONFIGURE= yes
# fused-src python tests are only useful for bundling. There's no point in