diff options
author | Andrej Kacian <ticho@gentoo.org> | 2007-07-05 18:40:44 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2007-07-05 18:40:44 +0000 |
commit | a6bce14359525a4c86e17644af8394ac533a4dc6 (patch) | |
tree | b5a14a35ce4cf9bdb47cb8b4702781e9c5766573 /media-sound/qmpdclient/qmpdclient-1.0.8.ebuild | |
parent | remove inappropriate description (diff) | |
download | gentoo-2-a6bce14359525a4c86e17644af8394ac533a4dc6.tar.gz gentoo-2-a6bce14359525a4c86e17644af8394ac533a4dc6.tar.bz2 gentoo-2-a6bce14359525a4c86e17644af8394ac533a4dc6.zip |
Apply patch to fix a crasher bug for amd64 and possibly other arches. Provided by Davide Pesavento <davidepesa at gmail.com> in bug #183593.
(Portage version: 2.1.3_rc4)
Diffstat (limited to 'media-sound/qmpdclient/qmpdclient-1.0.8.ebuild')
-rw-r--r-- | media-sound/qmpdclient/qmpdclient-1.0.8.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/media-sound/qmpdclient/qmpdclient-1.0.8.ebuild b/media-sound/qmpdclient/qmpdclient-1.0.8.ebuild index a9b50ae90b3b..e15c1c086630 100644 --- a/media-sound/qmpdclient/qmpdclient-1.0.8.ebuild +++ b/media-sound/qmpdclient/qmpdclient-1.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.0.8.ebuild,v 1.1 2007/07/04 21:59:17 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.0.8.ebuild,v 1.2 2007/07/05 18:40:44 ticho Exp $ inherit eutils multilib qt4 toolchain-funcs @@ -19,6 +19,9 @@ src_unpack() { unpack "${A}" cd "${S}" + # Fix a crasher for am64 and possibly others. Bug #183593. + epatch "${FILESDIR}"/${PV}-argc-ref-fix.patch + # Fix the install path sed -i -e "s:PREFIX = /usr/local:PREFIX = /usr:" qmpdclient.pro \ || die 'sed failed' |