diff options
author | Davide Pesavento <pesa@gentoo.org> | 2013-08-01 08:08:27 +0000 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2013-08-01 08:08:27 +0000 |
commit | 9e3870495214209911edd5cce0058117218c0455 (patch) | |
tree | 745d577cc94ddbba1d81e677fa9caee5bb046a9a /net-libs/qmf/qmf-4.0.2.ebuild | |
parent | Explicitly switch to /run everywhere to solve further issues when starting wr... (diff) | |
download | gentoo-2-9e3870495214209911edd5cce0058117218c0455.tar.gz gentoo-2-9e3870495214209911edd5cce0058117218c0455.tar.bz2 gentoo-2-9e3870495214209911edd5cce0058117218c0455.zip |
Fix build with gcc-4.7 (bug 426458).
(Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key 17A85C72)
Diffstat (limited to 'net-libs/qmf/qmf-4.0.2.ebuild')
-rw-r--r-- | net-libs/qmf/qmf-4.0.2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-libs/qmf/qmf-4.0.2.ebuild b/net-libs/qmf/qmf-4.0.2.ebuild index 8d9ef291bf3b..cfd1ba2f8771 100644 --- a/net-libs/qmf/qmf-4.0.2.ebuild +++ b/net-libs/qmf/qmf-4.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/qmf/qmf-4.0.2.ebuild,v 1.1 2013/07/01 10:12:04 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/qmf/qmf-4.0.2.ebuild,v 1.2 2013/08/01 08:08:27 pesa Exp $ EAPI=5 @@ -40,6 +40,8 @@ DEPEND="${RDEPEND} DOCS=(CHANGES) PATCHES=( "${FILESDIR}/${PN}-4.0.2-tests.patch" + "${FILESDIR}/${P}-include.patch" + "${FILESDIR}/${P}-visibility.patch" ) src_prepare() { |