Ticket #22815: patch_bk_make_pch.diff

File patch_bk_make_pch.diff, 764 bytes (added by macfreek (Freek Dijkstra), 14 years ago)

Non-solution; removes architecture flags

  • aclocal/bakefile.m4

     
    11461146    shift
    11471147done
    11481148
     1149# Remove -arch flags from compiler
     1150compiler=\`echo \${compiler} | sed -E 's/-arch [^ ]*//g'\`
     1151
    11491152if test "x${D}{headerfile}" = "x" ; then
    11501153    echo "error: can't find header ${D}{header} in include paths" >&2
    11511154else
  • ../configure

     
    4952549525    shift
    4952649526done
    4952749527
     49528# Remove -arch flags from compiler
     49529compiler=\`echo \${compiler} | sed -E 's/-arch [^ ]*//g'\`
     49530
    4952849531if test "x${D}{headerfile}" = "x" ; then
    4952949532    echo "error: can't find header ${D}{header} in include paths" >&2
    4953049533else