chiark
/
gitweb
/
~mdw
/
termux-packages
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
tcl: Update from 8.6.5 to 8.6.6
[termux-packages]
/
packages
/
cmake
/
Source-cmExecProgramCommand.cxx.patch
diff --git
a/packages/cmake/Source-cmExecProgramCommand.cxx.patch
b/packages/cmake/Source-cmExecProgramCommand.cxx.patch
index deee12f55bb9c89bccd65d357fd6d97aa3be8294..75f82852802062e8397951965bd7af8c1a6aab5d 100644
(file)
--- a/
packages/cmake/Source-cmExecProgramCommand.cxx.patch
+++ b/
packages/cmake/Source-cmExecProgramCommand.cxx.patch
@@
-1,12
+1,12
@@
-diff -u -r ../cmake-3.
2.2
/Source/cmExecProgramCommand.cxx ./Source/cmExecProgramCommand.cxx
---- ../cmake-3.
2.2/Source/cmExecProgramCommand.cxx 2015-04-13 13:09:00
.000000000 -0400
-+++ ./Source/cmExecProgramCommand.cxx 201
5-05-24 16:03:19.876643538
-0400
-@@ -2
56,7 +256
,7 @@
-
}
+diff -u -r ../cmake-3.
6.1
/Source/cmExecProgramCommand.cxx ./Source/cmExecProgramCommand.cxx
+--- ../cmake-3.
6.1/Source/cmExecProgramCommand.cxx 2016-07-22 09:50:22
.000000000 -0400
++++ ./Source/cmExecProgramCommand.cxx 201
6-08-14 06:53:11.667195266
-0400
+@@ -2
09,7 +209
,7 @@
+ }
fflush(stdout);
fflush(stderr);
fflush(stdout);
fflush(stderr);
-- const char* cmd[] = {
"/bin/sh", "-c", command, 0
};
-+ const char* cmd[] = {
"@TERMUX_PREFIX@/bin/sh", "-c", command, 0
};
+- const char* cmd[] = {
"/bin/sh", "-c", command, 0
};
++ const char* cmd[] = {
"@TERMUX_PREFIX@/bin/sh", "-c", command, 0
};
cmsysProcess_SetCommand(cp, cmd);
#endif
cmsysProcess_SetCommand(cp, cmd);
#endif