mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
17 lines
482 B
Diff
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>
|