On 06/21/2011 08:17 PM, Erik van Pienbroek wrote:
>> also add mingw-w64-crt-autoconf.patch which is the diff between the
>> original and "autoreconf --install --force" on f15 so the autoreconf no
>> longer needed (since autotool too old on rhel-6).
> 
> Could you strip the patch to an absolute minimum? Right now it contains
> way too much noise and it also contains changes for non-relevant files:
> http://svn.openftd.org/viewvc/Fedora%20Cross%20Compiler%
> 20Framework/mingw-crt/mingw-w64-crt-autoconf.patch?view=markup&pathrev=82

replace all patch with sed in %prep so now it's working both with and
without autoreconf (and autoreconf not required).
sed -i "s,\$host/include,mingw/include,g" configure*
sed -i "s,\$(host)/include,mingw/include,g" Makefile.*

i can checkin?


-- 
  Levente                               "Si vis pacem para bellum!"
_______________________________________________
mingw mailing list
mingw@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/mingw

Reply via email to