diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-10-01 00:37:28 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-10-01 00:37:28 +0000 |
commit | 36cb5b1b1b13cce5cdee6a37f97d5e24b465fb0f (patch) | |
tree | 8ccc777b5e9037acb5e259a01f635f05b23209ba /devel | |
parent | f2b0912b913264c344c0525615ffa8d0f9bb52d5 (diff) | |
download | ports-36cb5b1b1b13cce5cdee6a37f97d5e24b465fb0f.tar.gz ports-36cb5b1b1b13cce5cdee6a37f97d5e24b465fb0f.zip |
MFH: r480991
devel/googlemock: unbreak on GCC architectures
In file included from /usr/local/include/gtest/gtest.h:59,
from ./include/gmock/internal/gmock-internal-utils.h:47,
from ./include/gmock/gmock-actions.h:47,
from ./include/gmock/gmock.h:59,
from src/gmock_main.cc:32:
/usr/local/include/gtest/internal/gtest-internal.h:657: error: expected ',' or '...' before '>' token
/usr/local/include/gtest/internal/gtest-internal.h:657: error: parse error in template argument list
/usr/local/include/gtest/internal/gtest-internal.h:657: error: default argument missing for parameter 7 of 'static bool testing::internal::TypeParameterizedTest<Fixture, TestSel, Types>::Register(const char*, const testing::internal::CodeLocation&, const char*, const char*, int, const std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&, Types)'
PR: 231835
Approved by: ports-secteam blanket
Notes
Notes:
svn path=/branches/2018Q3/; revision=480992
Diffstat (limited to 'devel')
-rw-r--r-- | devel/googlemock/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/googlemock/Makefile b/devel/googlemock/Makefile index 228ce8966581..42b65eda9974 100644 --- a/devel/googlemock/Makefile +++ b/devel/googlemock/Makefile @@ -21,7 +21,7 @@ USE_GITHUB= yes GH_ACCOUNT= google GH_PROJECT= googletest -USES= autoreconf libtool localbase python:run shebangfix +USES= autoreconf compiler:c++11-lang libtool localbase python:run shebangfix SHEBANG_FILES= scripts/gmock_doctor.py WRKSRC_SUBDIR= ${PORTNAME} GNU_CONFIGURE= yes |