summarylogtreecommitdiffstats
path: root/arm64-compile-fix.patch
diff options
context:
space:
mode:
authorskydrome2022-08-08 00:47:30 -0400
committerskydrome2022-08-08 00:47:30 -0400
commit526b8348ccd12134fdc238d8b1a0810714f34217 (patch)
tree83b7de4d2f591920e78ace9381a3ab9fc373ad62 /arm64-compile-fix.patch
parent8a4e093b8b7c1bdd879acba62fa5855f9e4ce2c9 (diff)
downloadaur-freenet-fms.tar.gz
0.3.84
Diffstat (limited to 'arm64-compile-fix.patch')
-rw-r--r--arm64-compile-fix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/arm64-compile-fix.patch b/arm64-compile-fix.patch
new file mode 100644
index 000000000000..d8e6b5cbd79b
--- /dev/null
+++ b/arm64-compile-fix.patch
@@ -0,0 +1,11 @@
+--- src/nntp/mime/Mime.cpp 2022-06-28 17:07:04.610994313 -0400
++++ src/nntp/mime/Mime.cpp 2022-06-28 17:07:04.610994313 -0400
+@@ -532,7 +532,7 @@
+ #ifdef _WIN32
+ #include <io.h>
+ #else
+- #if !defined(__APPLE__) && !defined(__DARWIN__)
++ #if !defined(__APPLE__) && !defined(__DARWIN__) && !defined(__aarch64__)
+ #if !defined(__FreeBSD__) && !defined(solaris) && !defined(__sun) && !defined(__OpenBSD__)
+ #include <sys/io.h>
+ #else