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-3.8.0-disable-getcwd...

12 lines
298 B

--- octave-3.8.0-orig/m4/getcwd.m4 2013-12-28 09:00:39.000000000 +1100
+++ octave-3.8.0/m4/getcwd.m4 2014-02-15 13:11:06.783512435 +1100
@@ -108,7 +108,7 @@
gl_abort_bug=no
case "$host_os" in
- mingw*)
+ *-gnu* | gnu* | mingw*)
gl_cv_func_getcwd_path_max=yes
;;
*)