From: vishalbiswas Date: Sat, 1 Jul 2017 03:11:10 +0000 (+0530) Subject: ccache: patch not required anymore X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/42fa138d28b8e34d473ab3ad467112e36355f6f8?ds=sidebyside ccache: patch not required anymore --- diff --git a/packages/ccache/snprintf.c.patch b/packages/ccache/snprintf.c.patch deleted file mode 100644 index bada5551..00000000 --- a/packages/ccache/snprintf.c.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- ./snprintf.c 2017-02-18 02:58:53.000000000 +0530 -+++ ../snprintf.c 2017-02-20 09:50:46.779420391 +0530 -@@ -539,10 +539,6 @@ - static UINTMAX_T myround(LDOUBLE); - static LDOUBLE mypow10(int); - --#ifndef __MINGW32__ --extern int errno; --#endif -- - int - rpl_vsnprintf(char *str, size_t size, const char *format, va_list args) - {