patches/ppl/0.10.2/100-update-for-mingw-build.patch
changeset 2024 14ba919e8567
parent 2022 dc167f43e3dc
parent 2023 4795f92f58a6
child 2025 b38f4954e4ed
     1.1 --- a/patches/ppl/0.10.2/100-update-for-mingw-build.patch	Sun Jul 11 22:26:29 2010 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,19 +0,0 @@
     1.4 ---- ppl-0.10.2/configure	2010-03-19 07:44:26.000000000 +0100
     1.5 -+++ ppl-0.10.2-new/configure	2010-03-19 19:25:02.000000000 +0100
     1.6 -@@ -15603,11 +15603,12 @@
     1.7 -                 found_la="$additional_libdir/lib$name.la"
     1.8 -               fi
     1.9 -             else
    1.10 --              if test -f "$additional_libdir/lib$name.$libext"; then
    1.11 -+              post=${shlibext:+.${shlibext}}
    1.12 -+              if test -f "$additional_libdir/lib$name$post.$libext"; then
    1.13 -                 found_dir="$additional_libdir"
    1.14 --                found_a="$additional_libdir/lib$name.$libext"
    1.15 --                if test -f "$additional_libdir/lib$name.la"; then
    1.16 --                  found_la="$additional_libdir/lib$name.la"
    1.17 -+                found_a="$additional_libdir/lib$name$post.$libext"
    1.18 -+                if test -f "$additional_libdir/lib$name$post.la"; then
    1.19 -+                  found_la="$additional_libdir/lib$name$post.la"
    1.20 -                 fi
    1.21 -               fi
    1.22 -             fi