diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-07-14 19:11:12 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-07-14 19:11:12 +0200 |
commit | 6c7440cd4b2c31d96771b2ce94d65aea76f96423 (patch) | |
tree | 3972fbe3fe80a8fa5a9e5e8add7b99c2a01a071f /patches | |
parent | 8eb3b676c2d4df269d1f3f7783fc1366230c2672 (diff) | |
download | crosstool-ng-6c7440cd4b2c31d96771b2ce94d65aea76f96423.tar.gz crosstool-ng-6c7440cd4b2c31d96771b2ce94d65aea76f96423.tar.bz2 crosstool-ng-6c7440cd4b2c31d96771b2ce94d65aea76f96423.zip |
complibs/ppl: backout #9f0de857cb05
The patch breaks the build on most machines,
while the purpose of the patch is dubious.
So, simply back it out.
Diffstat (limited to 'patches')
-rw-r--r-- | patches/ppl/0.10.2/100-update-for-mingw-build.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/patches/ppl/0.10.2/100-update-for-mingw-build.patch b/patches/ppl/0.10.2/100-update-for-mingw-build.patch deleted file mode 100644 index 57952579..00000000 --- a/patches/ppl/0.10.2/100-update-for-mingw-build.patch +++ /dev/null @@ -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 |