Add patch for FTBFS, BZ#2341591.
This commit is contained in:
parent
cb47231900
commit
af5d9fc111
2 changed files with 14 additions and 3 deletions
9
yaml-cpp-include.patch
Normal file
9
yaml-cpp-include.patch
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
Index: yaml-cpp-0.8.0/src/emitterutils.cpp
|
||||
===================================================================
|
||||
--- yaml-cpp-0.8.0.orig/src/emitterutils.cpp
|
||||
+++ yaml-cpp-0.8.0/src/emitterutils.cpp
|
||||
@@ -1,3 +1,4 @@
|
||||
+#include <cstdint>
|
||||
#include <algorithm>
|
||||
#include <iomanip>
|
||||
#include <sstream>
|
||||
Loading…
Add table
Add a link
Reference in a new issue