summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-05-09 17:49:28 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-05-09 17:49:28 +0000
commit66d9fce88372d30a328c1aa6a295c5a61df58a71 (patch)
tree54f79e8a3733fdc87940ef4bcd2eb0ba2052153f /eclass/ELT-patches
parentBump patchlevel to fix bugs #132776 and #132780. (diff)
downloadgentoo-2-66d9fce88372d30a328c1aa6a295c5a61df58a71.tar.gz
gentoo-2-66d9fce88372d30a328c1aa6a295c5a61df58a71.tar.bz2
gentoo-2-66d9fce88372d30a328c1aa6a295c5a61df58a71.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.020
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