flex: Patch Makefile.in instead of Makefile.am
[termux-packages] / packages / lynx / www_tcp.h.patch
1 diff -u -r ../lynx2-8-8/WWW/Library/Implementation/www_tcp.h ./WWW/Library/Implementation/www_tcp.h
2 --- ../lynx2-8-8/WWW/Library/Implementation/www_tcp.h 2013-07-29 23:38:35.000000000 +0200
3 +++ ./WWW/Library/Implementation/www_tcp.h 2016-06-20 00:19:17.000000000 +0200
4 @@ -797,7 +797,7 @@
5
6 #if defined(VMS)
7 #define socklen_t unsigned
8 -#else
9 +#elif !defined(__APPLE__)
10 #define socklen_t int /* used for default LY_SOCKLEN definition */
11 #endif
12