Ticket #5383: patch-configure.diff

File patch-configure.diff, 655 bytes (added by konis@…, 18 years ago)

Patch file required for R 2.2.0_1

  • configure

    old new  
    2910829108      ## The Darwin 1.[012] special casing is from libtool and could be
    2910929109      ## eliminated ('-flat_namespace' is the default if available).
    2911029110      darwin1.[012]*)
    29111         shlib_ldflags="-bundle -undefined suppress" ;;
     29111        shlib_ldflags="-undefined suppress -bundle" ;;
    2911229112      *)
    29113         shlib_ldflags="-bundle -flat_namespace -undefined suppress" ;;
     29113        shlib_ldflags="-flat_namespace -bundle -undefined suppress" ;;
    2911429114    esac
    2911529115    shlib_cxxldflags="${shlib_ldflags}"
    2911629116    if test "${ac_cv_lib_cc_dynamic_main}" = yes; then