sync ports with The Matrix
This commit is contained in:
parent
15ac3e795a
commit
09b3080379
180 changed files with 9334 additions and 2187 deletions
13
devel/gtest/patches/patch-googletest_src_gtest_cc
Normal file
13
devel/gtest/patches/patch-googletest_src_gtest_cc
Normal file
|
@ -0,0 +1,13 @@
|
|||
Missing include needed for ports-gcc to have raise in scope
|
||||
|
||||
Index: googletest/src/gtest.cc
|
||||
--- googletest/src/gtest.cc.orig
|
||||
+++ googletest/src/gtest.cc
|
||||
@@ -44,6 +44,7 @@
|
||||
#include <chrono> // NOLINT
|
||||
#include <cmath>
|
||||
#include <cstdint>
|
||||
+#include <csignal>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <initializer_list>
|
Loading…
Add table
Add a link
Reference in a new issue