From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 646C01391DB for ; Wed, 19 Mar 2014 15:06:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7093CE0A5F; Wed, 19 Mar 2014 15:06:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DB02BE0A5F for ; Wed, 19 Mar 2014 15:06:11 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DD94933FCE0 for ; Wed, 19 Mar 2014 15:06:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 99ACA188EC for ; Wed, 19 Mar 2014 15:06:09 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1395241555.92d7572c7fb6c00f3590153e14196f924530429b.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde-frameworks.eclass X-VCS-Directories: eclass/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 92d7572c7fb6c00f3590153e14196f924530429b X-VCS-Branch: master Date: Wed, 19 Mar 2014 15:06:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b125c5a9-881e-4447-b3ba-a83077678881 X-Archives-Hash: d9494844d8b5a5450f97a3f1f5b7e674 commit: 92d7572c7fb6c00f3590153e14196f924530429b Author: Michael Palimaka gentoo org> AuthorDate: Wed Mar 19 15:05:55 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Mar 19 15:05:55 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=92d7572c [eclass] Declare cmakeargs local. --- eclass/kde-frameworks.eclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eclass/kde-frameworks.eclass b/eclass/kde-frameworks.eclass index 72ddf84..a063ee7 100644 --- a/eclass/kde-frameworks.eclass +++ b/eclass/kde-frameworks.eclass @@ -234,6 +234,8 @@ kde-frameworks_src_configure() { append-cppflags -DQT_NO_DEBUG fi + local cmakeargs + #qmake -query QT_INSTALL_LIBS unavailable when cross-compiling # todo: is this still relevant? tc-is-cross-compiler && cmakeargs+=(-DQT_LIBRARY_DIR=${ROOT}/usr/$(get_libdir)/qt4)