From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 64791138331 for ; Sun, 1 Apr 2018 22:27:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44A53E0B00; Sun, 1 Apr 2018 22:27:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 210C5E0B00 for ; Sun, 1 Apr 2018 22:27:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D0D66335D8A for ; Sun, 1 Apr 2018 22:27:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6DD0263 for ; Sun, 1 Apr 2018 22:27:27 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1522621634.820ddda479ca64b00b0d33a5fc3b4356275dcc50.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/llvm/llvm-5.0.1.ebuild X-VCS-Directories: sys-devel/llvm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 820ddda479ca64b00b0d33a5fc3b4356275dcc50 X-VCS-Branch: master Date: Sun, 1 Apr 2018 22:27:27 +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: e9e60586-e118-47a2-9060-fcb03fa3f297 X-Archives-Hash: ea14a0024d39aa2aa538c6b8751e9253 commit: 820ddda479ca64b00b0d33a5fc3b4356275dcc50 Author: Michał Górny gentoo org> AuthorDate: Sun Apr 1 21:44:01 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Apr 1 22:27:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=820ddda4 sys-devel/llvm: Backport -Wl,-rpath FreeBSD fix to 5.0.1 sys-devel/llvm/llvm-5.0.1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys-devel/llvm/llvm-5.0.1.ebuild b/sys-devel/llvm/llvm-5.0.1.ebuild index 657a0ba9c45..a0287445e0d 100644 --- a/sys-devel/llvm/llvm-5.0.1.ebuild +++ b/sys-devel/llvm/llvm-5.0.1.ebuild @@ -83,6 +83,9 @@ src_prepare() { # Copy the new binary file (we don't support git binary patches) cp {"${WORKDIR}/${P}-patchset",.}/test/tools/llvm-symbolizer/Inputs/print_context.o || die + # Fix appending -Wl,-rpath-link on non-Linux (-> FreeBSD). + eapply "${FILESDIR}"/6.0.9999/0001-cmake-Append-Wl-rpath-link-conditionally-to-GNULD.patch + # disable use of SDK on OSX, bug #568758 sed -i -e 's/xcrun/false/' utils/lit/lit/util.py || die