diff options
-rw-r--r-- | devel/flatbuffers/files/patch-samples_sample__binary.cpp | 10 | ||||
-rw-r--r-- | devel/llvm-cheri/files/patch-tools_clang_lib_Sema_SemaChecking.cpp | 10 | ||||
-rw-r--r-- | games/tbe/files/patch-src_main.cpp | 10 |
3 files changed, 30 insertions, 0 deletions
diff --git a/devel/flatbuffers/files/patch-samples_sample__binary.cpp b/devel/flatbuffers/files/patch-samples_sample__binary.cpp new file mode 100644 index 000000000000..d717b2029ba9 --- /dev/null +++ b/devel/flatbuffers/files/patch-samples_sample__binary.cpp @@ -0,0 +1,10 @@ +--- samples/sample_binary.cpp.orig 2016-08-16 00:29:35 UTC ++++ samples/sample_binary.cpp +@@ -15,6 +15,7 @@ + */ + + #include "monster_generated.h" // Already includes "flatbuffers/flatbuffers.h". ++#include <cstdio> + + using namespace MyGame::Sample; + diff --git a/devel/llvm-cheri/files/patch-tools_clang_lib_Sema_SemaChecking.cpp b/devel/llvm-cheri/files/patch-tools_clang_lib_Sema_SemaChecking.cpp new file mode 100644 index 000000000000..70d235334b5d --- /dev/null +++ b/devel/llvm-cheri/files/patch-tools_clang_lib_Sema_SemaChecking.cpp @@ -0,0 +1,10 @@ +--- tools/clang/lib/Sema/SemaChecking.cpp.orig 2016-05-23 13:56:25 UTC ++++ tools/clang/lib/Sema/SemaChecking.cpp +@@ -38,6 +38,7 @@ + #include "llvm/ADT/SmallString.h" + #include "llvm/Support/ConvertUTF.h" + #include "llvm/Support/raw_ostream.h" ++#include <cstdio> + #include <limits> + using namespace clang; + using namespace sema; diff --git a/games/tbe/files/patch-src_main.cpp b/games/tbe/files/patch-src_main.cpp new file mode 100644 index 000000000000..8d5bcaedba9e --- /dev/null +++ b/games/tbe/files/patch-src_main.cpp @@ -0,0 +1,10 @@ +--- src/main.cpp.orig 2015-10-28 11:54:21 UTC ++++ src/main.cpp +@@ -25,6 +25,7 @@ + #include <QtCore/QTextCodec> + #include "tbe_global.h" + #include "tbe_paths.h" ++#include <cstdio> + + // the verbosity for all logging - by default defined at 4 + // accepted values are 0 (no logging) - 6 (most logging) |