diff options
Diffstat (limited to 'net-misc/astmanproxy/astmanproxy-1.1.ebuild')
-rw-r--r-- | net-misc/astmanproxy/astmanproxy-1.1.ebuild | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/net-misc/astmanproxy/astmanproxy-1.1.ebuild b/net-misc/astmanproxy/astmanproxy-1.1.ebuild index 815ad177f4f3..80f4420a6d07 100644 --- a/net-misc/astmanproxy/astmanproxy-1.1.ebuild +++ b/net-misc/astmanproxy/astmanproxy-1.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/astmanproxy/astmanproxy-1.1.ebuild,v 1.3 2005/07/13 11:04:13 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/astmanproxy/astmanproxy-1.1.ebuild,v 1.4 2006/12/27 15:13:23 peper Exp $ -inherit eutils +inherit eutils multilib DESCRIPTION="Proxy for the Asterisk manager interface" HOMEPAGE="http://www.popvox.com/astmanproxy/" @@ -12,7 +12,7 @@ IUSE="" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~x86" DEPEND="virtual/libc" @@ -22,6 +22,10 @@ src_unpack() { # small patch for cflags and path changes epatch "${FILESDIR}"/${P}-gentoo.diff + + # Fix multilib + sed -i -e "s#/usr/lib/#/usr/$(get_libdir)/#" "${S}/Makefile" \ + || die "multilib sed failed" } src_install() { |