The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
11 lines
366 B
Diff
11 lines
366 B
Diff
--- a/src/Mayaqua/Mayaqua.h
|
|
+++ b/src/Mayaqua/Mayaqua.h
|
|
@@ -184,7 +184,7 @@ int PASCAL WinMain(HINSTANCE hInst, HINS
|
|
#include <ifaddrs.h>
|
|
#endif // MAYAQUA_SUPPORTS_GETIFADDRS
|
|
|
|
-#ifdef UNIX_LINUX
|
|
+#if 0
|
|
typedef void *iconv_t;
|
|
iconv_t iconv_open (__const char *__tocode, __const char *__fromcode);
|
|
size_t iconv (iconv_t __cd, char **__restrict __inbuf,
|