From 472a3bcade1d30e656b9cf65dd0b7ab9f609a306 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Thu, 21 Apr 2011 09:24:25 +0000 Subject: Fix broken reference that I missed yesterday (Portage version: 2.2.01.18091-prefix/cvs/SunOS i386) --- sys-devel/llvm/ChangeLog | 6 +++++- sys-devel/llvm/llvm-2.9-r1.ebuild | 4 ++-- sys-devel/llvm/llvm-9999.ebuild | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) (limited to 'sys-devel') diff --git a/sys-devel/llvm/ChangeLog b/sys-devel/llvm/ChangeLog index bdd7c781eb70..6e64fda5f7f4 100644 --- a/sys-devel/llvm/ChangeLog +++ b/sys-devel/llvm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/llvm # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.40 2011/04/20 18:08:52 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.41 2011/04/21 09:24:25 grobian Exp $ + + 21 Apr 2011; Fabian Groffen llvm-2.9-r1.ebuild, + llvm-9999.ebuild: + Fix broken reference that I missed yesterday 20 Apr 2011; Fabian Groffen llvm-2.9-r1.ebuild, llvm-9999.ebuild: diff --git a/sys-devel/llvm/llvm-2.9-r1.ebuild b/sys-devel/llvm/llvm-2.9-r1.ebuild index 233c6f743895..018eb7dddd2a 100644 --- a/sys-devel/llvm/llvm-2.9-r1.ebuild +++ b/sys-devel/llvm/llvm-2.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-2.9-r1.ebuild,v 1.2 2011/04/20 18:08:52 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-2.9-r1.ebuild,v 1.3 2011/04/21 09:24:25 grobian Exp $ EAPI="3" inherit eutils flag-o-matic multilib toolchain-funcs @@ -172,7 +172,7 @@ src_install() { for f in "${ED}"/usr/bin/* "${ED}"/usr/lib/${PN}/libLTO.dylib ; do ebegin "fixing install_name reference to libLLVM-${PV}.dylib of ${f##*/}" install_name_tool \ - -change "${S}"/Release/lib/libLLVM-${PV}.dylib \ + -change "@executable_path/../lib/libLLVM-${PV}.dylib" \ "${EPREFIX}"/usr/lib/${PN}/libLLVM-${PV}.dylib \ "${f}" eend $? diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild index b3235a6f3dad..91451fd5beb0 100644 --- a/sys-devel/llvm/llvm-9999.ebuild +++ b/sys-devel/llvm/llvm-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.11 2011/04/20 18:08:52 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.12 2011/04/21 09:24:25 grobian Exp $ EAPI="3" inherit subversion eutils multilib toolchain-funcs @@ -169,7 +169,7 @@ src_install() { for f in "${ED}"/usr/bin/* "${ED}"/usr/lib/${PN}/libLTO.dylib ; do ebegin "fixing install_name reference to libLLVM-${PV}.dylib of ${f##*/}" install_name_tool \ - -change "${S}"/Release/lib/libLLVM-${PV}.dylib \ + -change "@executable_path/../lib/libLLVM-${PV}.dylib" \ "${EPREFIX}"/usr/lib/${PN}/libLLVM-${PV}.dylib \ "${f}" eend $? -- cgit v1.2.3-65-gdbad