aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-10-01 00:31:43 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-10-01 00:31:43 +0000
commitf2b0912b913264c344c0525615ffa8d0f9bb52d5 (patch)
tree973e2e2db0da9c2dba127d4372bb40299de7c1d8
parent7c956b7a8bdb7dc2ba58116a81fba87deaa793f4 (diff)
downloadports-f2b0912b913264c344c0525615ffa8d0f9bb52d5.tar.gz
ports-f2b0912b913264c344c0525615ffa8d0f9bb52d5.zip
MFH: r480989
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 Approved by: ports-secteam blanket
Notes
Notes: svn path=/branches/2018Q3/; revision=480990
-rw-r--r--devel/googletest/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/googletest/Makefile b/devel/googletest/Makefile
index 3ccd8c21205a..700d666a3c3d 100644
--- a/devel/googletest/Makefile
+++ b/devel/googletest/Makefile
@@ -16,7 +16,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