diff options
author | Rémi Cardona <remi@gentoo.org> | 2008-05-02 08:52:24 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2008-05-02 08:52:24 +0000 |
commit | 612e6aeb9ab6ddfc06281cf884e63c3146b58ec5 (patch) | |
tree | 0c8acb98d9fad566ec8f154b64b56365664834b1 /dev-cpp/libxmlpp/libxmlpp-1.0.5.ebuild | |
parent | gnome-extra/yelp: fix parallel make, see bug #217250 (diff) | |
download | gentoo-2-612e6aeb9ab6ddfc06281cf884e63c3146b58ec5.tar.gz gentoo-2-612e6aeb9ab6ddfc06281cf884e63c3146b58ec5.tar.bz2 gentoo-2-612e6aeb9ab6ddfc06281cf884e63c3146b58ec5.zip |
dev-cpp/libxmlpp-1.0.5: gcc 4.3 build fix, see bug #218779
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'dev-cpp/libxmlpp/libxmlpp-1.0.5.ebuild')
-rw-r--r-- | dev-cpp/libxmlpp/libxmlpp-1.0.5.ebuild | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/dev-cpp/libxmlpp/libxmlpp-1.0.5.ebuild b/dev-cpp/libxmlpp/libxmlpp-1.0.5.ebuild index 9398c44e13f5..0f809ecb9955 100644 --- a/dev-cpp/libxmlpp/libxmlpp-1.0.5.ebuild +++ b/dev-cpp/libxmlpp/libxmlpp-1.0.5.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/dev-cpp/libxmlpp/libxmlpp-1.0.5.ebuild,v 1.3 2008/03/27 22:35:07 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-1.0.5.ebuild,v 1.4 2008/05/02 08:52:24 remi Exp $ inherit gnome2 eutils @@ -24,6 +24,13 @@ DEPEND="${RDEPEND} MAKEOPTS="${MAKEOPTS} -j1" DOCS="AUTHORS ChangeLog NEWS README*" +src_unpack() { + gnome2_src_unpack + + # gcc 4.3 build fix, see bug #218779 + epatch "${FILESDIR}/${PN}-1.0.5-gcc43.patch" +} + src_install() { gnome2_src_install dosed -i 's|^\(Cflags.*-I.* \)-I.*$|\1|' \ |