Files
ports/main/thunderbird/libstdc++13.patch
2023-08-02 11:47:48 +00:00

17 lines
482 B
Diff

diff --git a/community/thunderbird/libstdc++13.patch b/community/thunderbird/libstdc++13.patch
new file mode 100644
index 00000000000..a563c0e8ca1
--- /dev/null
+++ b/community/thunderbird/libstdc++13.patch
@@ -0,0 +1,10 @@
+--- a/comm/third_party/rnp/src/libsexp/include/sexp/sexp-error.h
++++ b/comm/third_party/rnp/src/libsexp/include/sexp/sexp-error.h
+@@ -29,6 +29,7 @@
+
+ #pragma once
+
++#include <cstdint>
+ #include <exception>
+ #include <iostream>
+ #include <string>