commit:     fc8ff562a0f85889729e08c98aee4efd0fdc0881
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  3 23:22:40 2014 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Tue Jun  3 23:22:40 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=fc8ff562

[qt4-build-multilib.eclass] Don't bother fixing .la files, they'll be pruned 
later.

---
 eclass/qt4-build-multilib.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/qt4-build-multilib.eclass b/eclass/qt4-build-multilib.eclass
index 5511995..5eef7f7 100644
--- a/eclass/qt4-build-multilib.eclass
+++ b/eclass/qt4-build-multilib.eclass
@@ -637,11 +637,11 @@ qt4_symlink_tools_to_build_dir() {
 # @FUNCTION: fix_library_files
 # @INTERNAL
 # @DESCRIPTION:
-# Fixes the paths in *.la, *.prl, *.pc, as they are wrong due to sandbox and
+# Fixes the paths in *.prl and *.pc, as they are wrong due to sandbox, and
 # moves the *.pc files into the pkgconfig directory.
 fix_library_files() {
        local libfile
-       for libfile in "${D}"/${QT4_LIBDIR}/{*.la,*.prl,pkgconfig/*.pc}; do
+       for libfile in "${D}"/${QT4_LIBDIR}/{*.prl,pkgconfig/*.pc}; do
                if [[ -e ${libfile} ]]; then
                        sed -i -e "s:${S}/lib:${QT4_LIBDIR}:g" ${libfile} || 
die "sed on ${libfile} failed"
                fi

Reply via email to