diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-30 12:38:29 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-30 12:38:29 +0000 |
commit | 715e759bdb67dbeffb8893cf0328ab6764421122 (patch) | |
tree | ecbf3c649c9131043ca9c1c68f4fa5e8b04f2687 /dev-libs/libexecinfo/libexecinfo-1.1.ebuild | |
parent | sci-libs/neartree: Clean buildsystem and move to cmake instead of patching (diff) | |
download | gentoo-2-715e759bdb67dbeffb8893cf0328ab6764421122.tar.gz gentoo-2-715e759bdb67dbeffb8893cf0328ab6764421122.tar.bz2 gentoo-2-715e759bdb67dbeffb8893cf0328ab6764421122.zip |
fix multilib-strict and keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libexecinfo/libexecinfo-1.1.ebuild')
-rw-r--r-- | dev-libs/libexecinfo/libexecinfo-1.1.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-libs/libexecinfo/libexecinfo-1.1.ebuild b/dev-libs/libexecinfo/libexecinfo-1.1.ebuild index 62fb99363cff..aefb48d3f3b0 100644 --- a/dev-libs/libexecinfo/libexecinfo-1.1.ebuild +++ b/dev-libs/libexecinfo/libexecinfo-1.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexecinfo/libexecinfo-1.1.ebuild,v 1.1 2009/05/15 07:22:15 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexecinfo/libexecinfo-1.1.ebuild,v 1.2 2012/05/30 12:38:29 aballier Exp $ -inherit bsdmk freebsd +inherit bsdmk freebsd multilib DESCRIPTION="A library for inspecting program's backtrace" HOMEPAGE="http://www.freebsdsoftware.org/devel/libexecinfo.html" @@ -10,7 +10,7 @@ SRC_URI="mirror://freebsd/distfiles/${P}.tar.bz2" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~x86-fbsd" +KEYWORDS="~amd64-fbsd ~x86-fbsd" IUSE="" DEPEND="sys-freebsd/freebsd-mk-defs" @@ -19,6 +19,7 @@ RDEPEND="" PATCHES=( "${FILESDIR}/${P}-build.patch" ) src_install() { + mymakeopts="${mymakeopts} LIBDIR=/usr/$(get_libdir)" freebsd_src_install dodoc README } |