0
0
mirror of https://github.com/termux-pacman/glibc-packages.git synced 2024-11-27 06:08:57 +00:00
glibc-packages/gpkg/cmake/Source-cmLocalUnixMakefileGenerator3.cxx.patch
Ivan Max f568f513fe
add, fix and upd pkg to gpkg
gpkg/jsoncpp: new pkg (#108)
gpkg/binutils-libs: fixing dependencies
gpkg/libgc: new pkg
gpkg/rhash: new pkg
gpkg/cppdap: new pkg
gpkg/libuv: fix
gpkg/make: new pkg
gpkg/nlohmann-json: new pkg
gpkg/cmake: new pkg
gpkg/libnghttp2: upd to 1.56.0
2023-09-22 15:23:24 +03:00

13 lines
524 B
Diff

diff -u -r ../cmake-3.2.2/Source/cmLocalUnixMakefileGenerator3.cxx ./Source/cmLocalUnixMakefileGenerator3.cxx
--- ../cmake-3.2.2/Source/cmLocalUnixMakefileGenerator3.cxx 2015-04-13 13:09:00.000000000 -0400
+++ ./Source/cmLocalUnixMakefileGenerator3.cxx 2015-05-24 16:04:48.182697757 -0400
@@ -743,7 +743,7 @@
#if !defined(__VMS)
makefileStream
<< "# The shell in which to execute make rules.\n"
- << "SHELL = /bin/sh\n"
+ << "SHELL = @TERMUX_PREFIX@/bin/sh\n"
<< "\n";
#endif
}