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 BA47A58974 for ; Fri, 22 Jan 2016 17:48:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9411621C008; Fri, 22 Jan 2016 17:48:39 +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 DCC8E21C008 for ; Fri, 22 Jan 2016 17:48:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F0396340A22 for ; Fri, 22 Jan 2016 17:48:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23B73A91 for ; Fri, 22 Jan 2016 17:48:34 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1453484894.9d803e13a72e78740106d8814645b86ee5977366.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgconfig/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/pkgconfig/pkgconfig-0.29.ebuild X-VCS-Directories: dev-util/pkgconfig/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 9d803e13a72e78740106d8814645b86ee5977366 X-VCS-Branch: master Date: Fri, 22 Jan 2016 17:48:34 +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: 7b7f3fbd-c6b3-4d65-993e-389e3df2de16 X-Archives-Hash: b8ce722307b9ab7fbc236165d42cbad2 commit: 9d803e13a72e78740106d8814645b86ee5977366 Author: Fabian Groffen gentoo org> AuthorDate: Fri Jan 22 17:39:48 2016 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Fri Jan 22 17:48:14 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d803e13 dev-util/pkgconfig: add necessary frameworks for Darwin Package-Manager: portage-2.2.20-prefix dev-util/pkgconfig/pkgconfig-0.29.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-util/pkgconfig/pkgconfig-0.29.ebuild b/dev-util/pkgconfig/pkgconfig-0.29.ebuild index 04c5501..987e3b7 100644 --- a/dev-util/pkgconfig/pkgconfig-0.29.ebuild +++ b/dev-util/pkgconfig/pkgconfig-0.29.ebuild @@ -63,6 +63,10 @@ multilib_src_configure() { # add the libdir for libtool, otherwise it'll make love with system # installed libiconv append-ldflags "-L${EPREFIX}/usr/$(get_libdir)" + # the glib objects reference symbols from these frameworks, + # not good, esp. since Carbon should be deprecated + [[ ${CHOST} == *-darwin* ]] && \ + append-ldflags -framework CoreFoundation -framework Carbon fi else if ! has_version dev-util/pkgconfig; then