mirror of
https://github.com/termux/termux-packages.git
synced 2025-09-17 10:49:37 +00:00
- Fixes https://github.com/termux/termux-packages/issues/26325 - Upstream fish, it appears through the heavy patching we increasingly need to do, does not officially support Android. This means that it is completely understandable that they continue to make changes that break the Android build, and these are not necessarily bugs on their end because they don't build or test for Android, and already work a lot to support all non-Android platforms. Therefore, sometimes the only viable option we might have is to revert or partially revert some commits which are problematic for Android support, in the downstream. Commits being reverted in this PR: -d68f8bdd3b
- partially reverted to avoid error `error: call to undeclared function 'UNUSED'` -6644cc9b0e
- reverted to avoid error `expected fn pointer`...`*const i8`...`found fn item`...`*const u8` Commits that I am aware are in the development branch of fish that are not yet present in this fish stable release, but which I believe are highly likely to cause errors in a future release and will most likely also need to be reverted in order to build that future release for Android: -70bd49f612