summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2013-07-17 08:28:02 +0000
committerRyan Hill <dirtyepic@gentoo.org>2013-07-17 08:28:02 +0000
commit2af5f6d585328712a916d0e1e2be704cf5742647 (patch)
tree58ca853c7d892972599739d4268233b8d14f4974 /dev-libs/xqilla/xqilla-2.2.4.ebuild
parentfix broken comment (diff)
downloadgentoo-2-2af5f6d585328712a916d0e1e2be704cf5742647.tar.gz
gentoo-2-2af5f6d585328712a916d0e1e2be704cf5742647.tar.bz2
gentoo-2-2af5f6d585328712a916d0e1e2be704cf5742647.zip
Fix building with GCC 4.7 (bug #441800).
Signed-off-by: Ryan Hill <dirtyepic@gentoo.org> (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 957A8463)
Diffstat (limited to 'dev-libs/xqilla/xqilla-2.2.4.ebuild')
-rw-r--r--dev-libs/xqilla/xqilla-2.2.4.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-libs/xqilla/xqilla-2.2.4.ebuild b/dev-libs/xqilla/xqilla-2.2.4.ebuild
index 54d6ad587c44..b74576e5f18a 100644
--- a/dev-libs/xqilla/xqilla-2.2.4.ebuild
+++ b/dev-libs/xqilla/xqilla-2.2.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/xqilla/xqilla-2.2.4.ebuild,v 1.2 2011/09/24 12:36:27 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/xqilla/xqilla-2.2.4.ebuild,v 1.3 2013/07/17 08:28:02 dirtyepic Exp $
EAPI="2"
inherit autotools base
@@ -29,6 +29,7 @@ DEPEND="${RDEPEND}
PATCHES=(
"${FILESDIR}/${PV}-respect-ldflags-no-rpath.patch"
"${FILESDIR}/${P}-gcc46.patch"
+ "${FILESDIR}/${P}-gcc47.patch"
)
S="${WORKDIR}/${MY_P}"