build(yaml-cpp): added patch to add cstdint to emitterutils
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,9 @@
|
||||
--- yaml-cpp/src/emitterutils.cpp.bak 2025-07-29 08:42:40
|
||||
+++ yaml-cpp/src/emitterutils.cpp 2025-07-29 08:42:50
|
||||
@@ -1,5 +1,6 @@
|
||||
#include <algorithm>
|
||||
#include <iomanip>
|
||||
+#include <cstdint>
|
||||
#include <sstream>
|
||||
|
||||
#include "emitterutils.h"
|
||||
@@ -1,6 +1,6 @@
|
||||
[wrap-git]
|
||||
url = https://github.com/jbeder/yaml-cpp.git
|
||||
revision = yaml-cpp-0.7.0
|
||||
diff_files = yaml-cpp/disableShadowWarnings.patch
|
||||
diff_files = yaml-cpp/disableShadowWarnings.patch, yaml-cpp/addCSTDINTToEmitterUtils.patch
|
||||
|
||||
[cmake]
|
||||
|
||||
Reference in New Issue
Block a user