diff options
author | 2008-12-15 12:27:57 +0000 | |
---|---|---|
committer | 2008-12-15 12:27:57 +0000 | |
commit | 2036dd2b3dcea99e714fe36e494c0e409582c3e1 (patch) | |
tree | e1949485e103dc5ba9f028249d25e8b68ad49442 /media-radio/svxlink/svxlink-080730.ebuild | |
parent | Unmasking spandsp as upstream told us to use >=spandsp-0.0.6_pre2. Fix packag... (diff) | |
download | gentoo-2-2036dd2b3dcea99e714fe36e494c0e409582c3e1.tar.gz gentoo-2-2036dd2b3dcea99e714fe36e494c0e409582c3e1.tar.bz2 gentoo-2-2036dd2b3dcea99e714fe36e494c0e409582c3e1.zip |
Fixed build problem with >=spandsp-0.0.6_pre2, bug #249338, thank Yaroslav Gorbunov for report and patch. Fixed build issue with --as-needed, bug #247807, thank Diego E. 'Flameeyes' Pettenò for report. Force to use up-to-date spandsp library.
(Portage version: 2.2_rc17/cvs/Linux 2.6.26-openvz.git-89451f9 i686)
Diffstat (limited to 'media-radio/svxlink/svxlink-080730.ebuild')
-rw-r--r-- | media-radio/svxlink/svxlink-080730.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/media-radio/svxlink/svxlink-080730.ebuild b/media-radio/svxlink/svxlink-080730.ebuild index 4494ff213b77..f560718a7808 100644 --- a/media-radio/svxlink/svxlink-080730.ebuild +++ b/media-radio/svxlink/svxlink-080730.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/svxlink/svxlink-080730.ebuild,v 1.1 2008/09/23 03:48:53 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/svxlink/svxlink-080730.ebuild,v 1.2 2008/12/15 12:27:51 pva Exp $ EAPI=1 @@ -19,7 +19,7 @@ RDEPEND="dev-lang/tcl media-sound/gsm x11-libs/qt:3 dev-libs/libsigc++:1.2 - media-libs/spandsp + >=media-libs/spandsp-0.0.6_pre2 dev-libs/popt" DEPEND="${RDEPEND} dev-util/pkgconfig" @@ -28,6 +28,8 @@ src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}/${PN}-fix-Makefile.diff" + epatch "${FILESDIR}/${P}--as-needed.patch" + epatch "${FILESDIR}/${P}-spandsp-0.0.6_pre2.patch" } src_compile() { |