# HG changeset patch # User "Yann E. MORIN" # Date 1279127500 -7200 # Node ID 14ba919e8567e71d4ecba3e0e1bb846a49304e03 # Parent dc167f43e3dc6b33ac5f1ad622db9f3cc1b78848# Parent 4795f92f58a6e4769c5309e9b283908b5032f357 Merge. diff -r dc167f43e3dc -r 14ba919e8567 patches/ppl/0.10.2/100-update-for-mingw-build.patch --- a/patches/ppl/0.10.2/100-update-for-mingw-build.patch Sun Jul 11 22:26:29 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,19 +0,0 @@ ---- ppl-0.10.2/configure 2010-03-19 07:44:26.000000000 +0100 -+++ ppl-0.10.2-new/configure 2010-03-19 19:25:02.000000000 +0100 -@@ -15603,11 +15603,12 @@ - found_la="$additional_libdir/lib$name.la" - fi - else -- if test -f "$additional_libdir/lib$name.$libext"; then -+ post=${shlibext:+.${shlibext}} -+ if test -f "$additional_libdir/lib$name$post.$libext"; then - found_dir="$additional_libdir" -- found_a="$additional_libdir/lib$name.$libext" -- if test -f "$additional_libdir/lib$name.la"; then -- found_la="$additional_libdir/lib$name.la" -+ found_a="$additional_libdir/lib$name$post.$libext" -+ if test -f "$additional_libdir/lib$name$post.la"; then -+ found_la="$additional_libdir/lib$name$post.la" - fi - fi - fi