mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-27 22:20:31 +00:00
Update repo
This commit is contained in:
13
disabled-packages/kphp/runtime-string_functions.cpp.patch
Normal file
13
disabled-packages/kphp/runtime-string_functions.cpp.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
--- a/runtime/string_functions.cpp
|
||||
+++ b/runtime/string_functions.cpp
|
||||
@@ -7,6 +7,10 @@
|
||||
#include <clocale>
|
||||
#include <sys/types.h>
|
||||
|
||||
+#ifdef __ANDROID__
|
||||
+#include <sys/endian.h>
|
||||
+#endif
|
||||
+
|
||||
#include "common/macos-ports.h"
|
||||
#include "common/unicode/unicode-utils.h"
|
||||
|
||||
Reference in New Issue
Block a user