Ticket #22815: patch_bk_make_pch.diff
File patch_bk_make_pch.diff, 764 bytes (added by macfreek (Freek Dijkstra), 15 years ago) |
---|
-
aclocal/bakefile.m4
1146 1146 shift 1147 1147 done 1148 1148 1149 # Remove -arch flags from compiler 1150 compiler=\`echo \${compiler} | sed -E 's/-arch [^ ]*//g'\` 1151 1149 1152 if test "x${D}{headerfile}" = "x" ; then 1150 1153 echo "error: can't find header ${D}{header} in include paths" >&2 1151 1154 else -
../configure
49525 49525 shift 49526 49526 done 49527 49527 49528 # Remove -arch flags from compiler 49529 compiler=\`echo \${compiler} | sed -E 's/-arch [^ ]*//g'\` 49530 49528 49531 if test "x${D}{headerfile}" = "x" ; then 49529 49532 echo "error: can't find header ${D}{header} in include paths" >&2 49530 49533 else