File scilab-0002-always-use-dynamic-stack.patch of Package scilab
Index: scilab-5.5.0/configure
===================================================================
--- scilab-5.5.0.orig/configure
+++ scilab-5.5.0/configure
@@ -10087,19 +10087,8 @@ SCILIBS_CFLAGS=''
SCILIBS_CXXFLAGS=''
SCILIBS_FFLAGS=''
-if test $IS_64_BITS_CPU = true -o "$MACOSX" = "1"; then
- if test $f90compatible = false; then
- as_fn_error $? "64 bits support needs a fortran 90 compiler (try --with-gfortran)." "$LINENO" 5
- fi
-fi
-
- if test $IS_64_BITS_CPU = true; then
IS_64_BITS_CPU_TRUE=
IS_64_BITS_CPU_FALSE='#'
-else
- IS_64_BITS_CPU_TRUE='#'
- IS_64_BITS_CPU_FALSE=
-fi
################