forked from termux/termux-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8cb8dff
commit ccb0e14
Showing
4 changed files
with
13 additions
and
186 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
159 changes: 0 additions & 159 deletions
159
packages/7zip/disable_hardware_acceleration_support_on_arm.patch
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
packages/7zip/guard_armv8_feature_from_old_architectures.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- a/CPP/Windows/TimeUtils.cpp | ||
+++ b/CPP/Windows/TimeUtils.cpp | ||
@@ -259,7 +259,7 @@ bool GetSecondsSince1601(unsigned year, unsigned month, unsigned day, | ||
Minix 3.1.8, AIX 7.1, HP-UX 11.31, IRIX 6.5, Solaris 11.3, | ||
Cygwin 2.9, mingw, MSVC 14, Android 9.0. | ||
*/ | ||
-#if defined(TIME_UTC) | ||
+#if defined(TIME_UTC) && (!defined __ANDROID_API__ || __ANDROID_API__ >= 29) | ||
#define ZIP7_USE_timespec_get | ||
// #pragma message("ZIP7_USE_timespec_get") | ||
#elif defined(CLOCK_REALTIME) |