summaryrefslogtreecommitdiff
path: root/sci-mathematics/octave/files/octave-4.2.0-disable-getcwd-path-max-test-as-it-is-too-slow.patch
blob: f6fa7be3b28f067d94975e4ce9c538049a813479 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/m4/getcwd.m4
+++ b/m4/getcwd.m4
@@ -110,7 +110,7 @@
 
   gl_abort_bug=no
   case "$host_os" in
-    mingw*)
+    *-gnu* | gnu* | mingw*)
       gl_cv_func_getcwd_path_max=yes
       ;;
     *)