summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2009-12-03 11:58:25 +0000
committerMarkus Meier <maekke@gentoo.org>2009-12-03 11:58:25 +0000
commitf9e46f5f6ad0ebeba6b1bfc33d145be2c1b601d8 (patch)
tree77769aa496cc93aa9b1ccf5a0b5363ed0e82cf95 /media-radio
parentadd ~amd64, bug #285959 (diff)
downloadgentoo-2-f9e46f5f6ad0ebeba6b1bfc33d145be2c1b601d8.tar.gz
gentoo-2-f9e46f5f6ad0ebeba6b1bfc33d145be2c1b601d8.tar.bz2
gentoo-2-f9e46f5f6ad0ebeba6b1bfc33d145be2c1b601d8.zip
amd64 love, requested in bug #292700
(Portage version: 2.2_rc54/cvs/Linux x86_64)
Diffstat (limited to 'media-radio')
-rw-r--r--media-radio/svxlink/ChangeLog5
-rw-r--r--media-radio/svxlink/svxlink-090426.ebuild8
2 files changed, 9 insertions, 4 deletions
diff --git a/media-radio/svxlink/ChangeLog b/media-radio/svxlink/ChangeLog
index 8c9ce84fcc4c..958c60cc31b7 100644
--- a/media-radio/svxlink/ChangeLog
+++ b/media-radio/svxlink/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-radio/svxlink
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/svxlink/ChangeLog,v 1.12 2009/10/26 10:49:20 redhatter Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/svxlink/ChangeLog,v 1.13 2009/12/03 11:58:25 maekke Exp $
+
+ 03 Dec 2009; Markus Meier <maekke@gentoo.org> svxlink-090426.ebuild:
+ amd64 love, requested in bug #292700
26 Oct 2009; Stuart Longland <redhatter@gentoo.org> metadata.xml:
Claimed maintainership on this package. Please forward all future bugs my
diff --git a/media-radio/svxlink/svxlink-090426.ebuild b/media-radio/svxlink/svxlink-090426.ebuild
index 2d6951987d60..0aa54bbcbeda 100644
--- a/media-radio/svxlink/svxlink-090426.ebuild
+++ b/media-radio/svxlink/svxlink-090426.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/svxlink/svxlink-090426.ebuild,v 1.2 2009/10/21 16:07:24 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/svxlink/svxlink-090426.ebuild,v 1.3 2009/12/03 11:58:25 maekke Exp $
EAPI=1
-inherit kde-functions
+inherit kde-functions multilib
DESCRIPTION="Multi Purpose Voice Services System, including Qtel for EchoLink"
HOMEPAGE="http://svxlink.sourceforge.net/"
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/svxlink/${P}.tar.gz"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="x86"
+KEYWORDS="~amd64 x86"
IUSE=""
RDEPEND="dev-lang/tcl
@@ -30,6 +30,8 @@ src_unpack() {
cd "${S}"
epatch "${FILESDIR}/${PN}-080730--as-needed.patch"
epatch "${FILESDIR}/${P}-gcc44.patch"
+
+ sed -i -e "s:/lib:/$(get_libdir):g" makefile.cfg || die
}
src_compile() {