diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2011-09-24 13:05:32 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2011-09-24 13:05:32 +0000 |
commit | e009086b4aabc93f59db209c6e510ec82d107ba1 (patch) | |
tree | a1e0685f721ed5fc82b4adce17f61b717997ef58 /dev-libs/Ice/Ice-3.4.2.ebuild | |
parent | Link against libXaw with USE=athena. Change [ ] to [[ ]] throughout. (diff) | |
download | gentoo-2-e009086b4aabc93f59db209c6e510ec82d107ba1.tar.gz gentoo-2-e009086b4aabc93f59db209c6e510ec82d107ba1.tar.bz2 gentoo-2-e009086b4aabc93f59db209c6e510ec82d107ba1.zip |
Patch by Maciej Piechotka allows building on GCC 4.6; closes bug #362991.
(Portage version: 2.1.10.18/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/Ice/Ice-3.4.2.ebuild')
-rw-r--r-- | dev-libs/Ice/Ice-3.4.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/Ice/Ice-3.4.2.ebuild b/dev-libs/Ice/Ice-3.4.2.ebuild index 2e3910d4ecf2..edf1b4c85981 100644 --- a/dev-libs/Ice/Ice-3.4.2.ebuild +++ b/dev-libs/Ice/Ice-3.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/Ice/Ice-3.4.2.ebuild,v 1.1 2011/08/10 21:09:15 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/Ice/Ice-3.4.2.ebuild,v 1.2 2011/09/24 13:05:32 chainsaw Exp $ EAPI="2" @@ -56,6 +56,7 @@ src_unpack() { src_prepare() { epatch "${FILESDIR}"/${PN}-3.4.1-db5.patch + epatch "${FILESDIR}"/${PN}-3.4.2-gcc46.patch sed -i \ -e 's|\(install_docdir[[:space:]]*\):=|\1?=|' \ |