Bump version to 5.0-14
[LibreOffice.git] / external / libetonyek / win_build.patch.1
blob261167bec96cd191290f30f04ea5202274dffcf5
1 Fix the windows build - fix libtool
3 --- libetonyek/ltmain.sh.orig   2015-05-20 00:47:55.378800000 +0200
4 +++ libetonyek/ltmain.sh        2015-05-20 00:47:33.648000000 +0200
5 @@ -3722,6 +3722,8 @@
6         sleep 2
7        done
8      fi
9 +    # Cygwin ar.exe does not create directories for the objects!
10 +    mkdir -p $f_ex_an_ar_dir/contexts
11      func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" \
12                    'stat=$?; rm -f "$lockfile"; exit $stat'
13      if test "$lock_old_archive_extraction" = yes; then