Leonid Plyushch
7 years ago
committed by
Fredrik Fornwall
8 changed files with 65 additions and 37 deletions
@ -1,12 +0,0 @@ |
|||
diff -u -r ../lynx2-8-8/src/LYUtils.c ./src/LYUtils.c
|
|||
--- ../lynx2-8-8/src/LYUtils.c 2014-03-09 22:43:10.000000000 +0100
|
|||
+++ ./src/LYUtils.c 2014-07-02 07:57:42.616342959 +0200
|
|||
@@ -5282,7 +5282,7 @@
|
|||
/* |
|||
* Use /tmp; it should be writable. |
|||
*/ |
|||
- StrAllocCopy(HomeDir, "/tmp");
|
|||
+ StrAllocCopy(HomeDir, "@TERMUX_PREFIX@/tmp");
|
|||
} |
|||
#endif |
|||
#endif /* VMS */ |
@ -0,0 +1,12 @@ |
|||
diff -uNr lynx2.8.9dev.19/WWW/Library/Implementation/HTFormat.c lynx2.8.9dev.19.mod/WWW/Library/Implementation/HTFormat.c
|
|||
--- lynx2.8.9dev.19/WWW/Library/Implementation/HTFormat.c 2018-05-12 01:18:24.000000000 +0300
|
|||
+++ lynx2.8.9dev.19.mod/WWW/Library/Implementation/HTFormat.c 2018-06-19 19:42:26.744841948 +0300
|
|||
@@ -27,7 +27,7 @@
|
|||
#ifdef NeXT |
|||
#define PRESENT_POSTSCRIPT "open %s; /bin/rm -f %s\n" |
|||
#else |
|||
-#define PRESENT_POSTSCRIPT "(ghostview %s ; /bin/rm -f %s)&\n"
|
|||
+#define PRESENT_POSTSCRIPT "(ghostview %s ; rm -f %s)&\n"
|
|||
/* Full pathname would be better! */ |
|||
#endif /* NeXT */ |
|||
#endif /* UNIX */ |
@ -0,0 +1,12 @@ |
|||
diff -uNr lynx2.8.9dev.19/WWW/Library/Implementation/www_tcp.h lynx2.8.9dev.19.mod/WWW/Library/Implementation/www_tcp.h
|
|||
--- lynx2.8.9dev.19/WWW/Library/Implementation/www_tcp.h 2018-05-16 23:31:43.000000000 +0300
|
|||
+++ lynx2.8.9dev.19.mod/WWW/Library/Implementation/www_tcp.h 2018-06-19 19:40:07.064834756 +0300
|
|||
@@ -797,7 +797,7 @@
|
|||
|
|||
#if defined(VMS) |
|||
#define socklen_t unsigned |
|||
-#else
|
|||
+#elif !defined(__APPLE__)
|
|||
#define socklen_t int /* used for default LY_SOCKLEN definition */ |
|||
#endif |
|||
|
@ -1,7 +1,7 @@ |
|||
diff -u -r ../lynx2-8-8/src/LYMain.c ./src/LYMain.c
|
|||
--- ../lynx2-8-8/src/LYMain.c 2014-02-14 14:00:16.000000000 +0100
|
|||
+++ ./src/LYMain.c 2014-07-02 08:39:17.064274768 +0200
|
|||
@@ -398,7 +398,7 @@
|
|||
diff -uNr lynx2.8.9dev.19/src/LYMain.c lynx2.8.9dev.19.mod/src/LYMain.c
|
|||
--- lynx2.8.9dev.19/src/LYMain.c 2018-05-12 02:11:18.000000000 +0300
|
|||
+++ lynx2.8.9dev.19.mod/src/LYMain.c 2018-06-19 19:40:07.051501423 +0300
|
|||
@@ -394,7 +394,7 @@
|
|||
BOOLEAN LYSetCookies = SET_COOKIES; /* Process Set-Cookie headers? */ |
|||
BOOLEAN LYUseDefSelPop = TRUE; /* Command line -popup toggle */ |
|||
BOOLEAN LYUseDefaultRawMode = TRUE; |
@ -0,0 +1,12 @@ |
|||
diff -uNr lynx2.8.9dev.19/src/LYUtils.c lynx2.8.9dev.19.mod/src/LYUtils.c
|
|||
--- lynx2.8.9dev.19/src/LYUtils.c 2018-05-16 00:20:52.000000000 +0300
|
|||
+++ lynx2.8.9dev.19.mod/src/LYUtils.c 2018-06-19 19:40:07.058168089 +0300
|
|||
@@ -5185,7 +5185,7 @@
|
|||
/* |
|||
* Use /tmp; it should be writable. |
|||
*/ |
|||
- StrAllocCopy(HomeDir, "/tmp");
|
|||
+ StrAllocCopy(HomeDir, "@TERMUX_PREFIX@/tmp");
|
|||
} |
|||
#endif |
|||
#endif /* VMS */ |
@ -1,12 +0,0 @@ |
|||
diff -u -r ../lynx2-8-8/WWW/Library/Implementation/www_tcp.h ./WWW/Library/Implementation/www_tcp.h
|
|||
--- ../lynx2-8-8/WWW/Library/Implementation/www_tcp.h 2013-07-29 23:38:35.000000000 +0200
|
|||
+++ ./WWW/Library/Implementation/www_tcp.h 2016-06-20 00:19:17.000000000 +0200
|
|||
@@ -797,7 +797,7 @@
|
|||
|
|||
#if defined(VMS) |
|||
#define socklen_t unsigned |
|||
-#else
|
|||
+#elif !defined(__APPLE__)
|
|||
#define socklen_t int /* used for default LY_SOCKLEN definition */ |
|||
#endif |
|||
|
Loading…
Reference in new issue