From 66d9fce88372d30a328c1aa6a295c5a61df58a71 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Tue, 9 May 2006 17:49:28 +0000 Subject: Remove kde-fastinstall patch for the good sake. --- eclass/ELT-patches/kde-fastinstall/3.5.0 | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 eclass/ELT-patches/kde-fastinstall/3.5.0 (limited to 'eclass/ELT-patches') diff --git a/eclass/ELT-patches/kde-fastinstall/3.5.0 b/eclass/ELT-patches/kde-fastinstall/3.5.0 deleted file mode 100644 index 8d4e5aa23988..000000000000 --- a/eclass/ELT-patches/kde-fastinstall/3.5.0 +++ /dev/null @@ -1,20 +0,0 @@ ---- ltmain.sh -+++ ltmain.sh -@@ -3532,7 +3532,7 @@ - hardcode_libdirs= - dep_rpath= - rpath="$finalize_rpath" -- test "$mode" != relink && test "$fast_install" = no && rpath="$compile_rpath$rpath" -+ test "$mode" != relink && rpath="$compile_rpath$rpath" - for libdir in $rpath; do - if test -n "$hardcode_libdir_flag_spec"; then - if test -n "$hardcode_libdir_separator"; then -@@ -5241,7 +5241,7 @@ - - # Directory that this library needs to be installed in: - libdir='$install_libdir'" -- if test "$installed" = no && test "$need_relink" = yes && test "$fast_install" = no; then -+ if test "$installed" = no && test "$need_relink" = yes; then - $echo >> $output "\ - relink_command=\"$relink_command\"" - fi -- cgit v1.2.3-65-gdbad