Files
MINGW-packages/mingw-w64-dmake/004-disable-mkstemp-detection.patch
Renato Silva 82b1180dba perl and dmake: Fix issues with mkstemp.
After addition of mkstemp in MSYS2, dmake stopped working due to using it (shell function was broken), and perl stopped building due to providing a custom conflicting implementation (and due to using broken dmake). Now dmake does not use MSYS2 mkstemp anymore, and perl does.
2015-01-13 19:42:07 -02:00

13 lines
476 B
Diff

diff -aur 003/configure 004/configure
--- 003/configure 2015-01-13 17:50:23.916015600 -0200
+++ 004/configure 2015-01-13 17:55:46.017578100 -0200
@@ -5397,7 +5397,7 @@
done
-for ac_func in getcwd getwd strerror setvbuf tzset settz mkstemp tempnam gettimeofday setenv
+for ac_func in getcwd getwd strerror setvbuf tzset settz tempnam gettimeofday setenv
do :
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"