Add patch for FTBFS, BZ#2341591.

This commit is contained in:
Richard Shaw 2025-01-26 16:15:01 -06:00
commit af5d9fc111
2 changed files with 14 additions and 3 deletions

9
yaml-cpp-include.patch Normal file
View 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>