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
This commit is contained in:
Jan Beich 2018-10-01 00:37:28 +00:00
parent f2b0912b91
commit 36cb5b1b1b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2018Q3/; revision=480992

View File

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