From: Fredrik Fornwall Date: Sun, 1 Nov 2015 22:30:32 +0000 (-0500) Subject: fish: Remove outdated patch X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/8409accfef662cde2190bf5949df47eaf087d9f6?ds=inline fish: Remove outdated patch --- diff --git a/packages/fish/fish_tests.cpp.patch b/packages/fish/fish_tests.cpp.patch deleted file mode 100644 index dfb8b3ac..00000000 --- a/packages/fish/fish_tests.cpp.patch +++ /dev/null @@ -1,25 +0,0 @@ -diff -u -r ../fish-2.2.0/fish_tests.cpp ./fish_tests.cpp ---- ../fish-2.2.0/fish_tests.cpp 2015-07-03 15:46:59.000000000 -0400 -+++ ./src/fish_tests.cpp 2015-07-13 02:17:00.378612789 -0400 -@@ -2572,9 +2572,11 @@ - assert(0 && "strategy_default should be passed"); - break; - -+#ifndef __ANDROID__ - case universal_notifier_t::strategy_shmem_polling: - // nothing required - break; -+#endif - - case universal_notifier_t::strategy_notifyd: - // notifyd requires a round trip to the notifyd server, which means we have to wait a little bit to receive it -@@ -2666,7 +2668,9 @@ - static void test_universal_notifiers() - { - if (system("mkdir -p /tmp/fish_uvars_test/ && touch /tmp/fish_uvars_test/varsfile.txt")) err(L"mkdir failed"); -+#ifndef __ANDROID__ - test_notifiers_with_strategy(universal_notifier_t::strategy_shmem_polling); -+#endif - test_notifiers_with_strategy(universal_notifier_t::strategy_named_pipe); - #if __APPLE__ - test_notifiers_with_strategy(universal_notifier_t::strategy_notifyd);