You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-mathematics/octave/files/octave-4.2.0-disable-getcwd...

12 lines
199 B

--- 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
;;
*)