screen compiling and working mostly (#608)
[termux-packages] / disabled-packages / screen / window.c.patch
diff --git a/disabled-packages/screen/window.c.patch b/disabled-packages/screen/window.c.patch
new file mode 100644 (file)
index 0000000..6d1de10
--- /dev/null
@@ -0,0 +1,11 @@
+--- ../cache/screen-4.4.0/window.c     2016-06-19 19:41:03.000000000 +0000
++++ ./window.c 2016-12-20 04:50:22.247981493 +0000
+@@ -112,7 +112,7 @@
+ int VerboseCreate = 0;                /* XXX move this to user.h */
+-char DefaultShell[] = "/bin/sh";
++char DefaultShell[] = "/data/data/com.termux/files/home/.termux/shell";
+ #ifndef HAVE_EXECVPE
+ static char DefaultPath[] = ":/usr/ucb:/bin:/usr/bin";
+ #endif