SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
net/poco/patches/patch-Foundation_src_Environment_VX_cpp
Normal file
12
net/poco/patches/patch-Foundation_src_Environment_VX_cpp
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: Foundation/src/Environment_VX.cpp
|
||||
--- Foundation/src/Environment_VX.cpp.orig
|
||||
+++ Foundation/src/Environment_VX.cpp
|
||||
@@ -130,6 +130,8 @@ std::string EnvironmentImpl::osArchitectureImpl()
|
||||
return "ppc";
|
||||
#elif POCO_ARCH == POCO_ARCH_ARM
|
||||
return "arm";
|
||||
+#elif POCO_ARCH == POCO_ARCH_AARCH64
|
||||
+ return "aarch64";
|
||||
#elif POCO_ARCH == POCO_ARCH_SH
|
||||
return "sh";
|
||||
#else
|
Loading…
Add table
Add a link
Reference in a new issue