diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-09 17:49:28 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-09 17:49:28 +0000 |
commit | c8815dee1e652acbae0ca0fb9624d3eaa56a162b (patch) | |
tree | 74664d47e80bf5df3ff81b80173395d4453d72fe /eclass/ELT-patches | |
parent | Bump patchlevel to fix bugs #132776 and #132780. (diff) | |
download | historical-c8815dee1e652acbae0ca0fb9624d3eaa56a162b.tar.gz historical-c8815dee1e652acbae0ca0fb9624d3eaa56a162b.tar.bz2 historical-c8815dee1e652acbae0ca0fb9624d3eaa56a162b.zip |
Remove kde-fastinstall patch for the good sake.
Diffstat (limited to 'eclass/ELT-patches')
-rw-r--r-- | eclass/ELT-patches/kde-fastinstall/3.5.0 | 20 |
1 files changed, 0 insertions, 20 deletions
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 |