diff options
author | Sebastian Pipping <sping@gentoo.org> | 2010-10-04 20:15:38 +0000 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2010-10-04 20:15:38 +0000 |
commit | 27f73dd3f62801bea3754f7e8f61e78b6eaad34f (patch) | |
tree | 31ede50ecf1adb0566418070cb742e942826597a /dev-cpp/libxmlpp | |
parent | Use -j1 when building config or it'll produce bad files. (diff) | |
download | gentoo-2-27f73dd3f62801bea3754f7e8f61e78b6eaad34f.tar.gz gentoo-2-27f73dd3f62801bea3754f7e8f61e78b6eaad34f.tar.bz2 gentoo-2-27f73dd3f62801bea3754f7e8f61e78b6eaad34f.zip |
dev-cpp/libxmlpp: Rebuild configure for grep 2.7 or later (bug #339404)
(Portage version: 2.2_rc67_p185/cvs/Linux i686)
Diffstat (limited to 'dev-cpp/libxmlpp')
-rw-r--r-- | dev-cpp/libxmlpp/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/libxmlpp/libxmlpp-1.0.5.ebuild | 8 |
2 files changed, 10 insertions, 3 deletions
diff --git a/dev-cpp/libxmlpp/ChangeLog b/dev-cpp/libxmlpp/ChangeLog index aa03edb51063..67ead959b4f1 100644 --- a/dev-cpp/libxmlpp/ChangeLog +++ b/dev-cpp/libxmlpp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/libxmlpp # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/ChangeLog,v 1.95 2010/09/27 19:06:37 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/ChangeLog,v 1.96 2010/10/04 20:15:38 sping Exp $ + + 04 Oct 2010; Sebastian Pipping <sping@gentoo.org> libxmlpp-1.0.5.ebuild: + Rebuild configure for grep 2.7 or later (bug #339404) 27 Sep 2010; Mart Raudsepp <leio@gentoo.org> -libxmlpp-2.12.0.ebuild: Remove old, bug #270893 diff --git a/dev-cpp/libxmlpp/libxmlpp-1.0.5.ebuild b/dev-cpp/libxmlpp/libxmlpp-1.0.5.ebuild index 1c44a982947b..2b6e1f0f9071 100644 --- a/dev-cpp/libxmlpp/libxmlpp-1.0.5.ebuild +++ b/dev-cpp/libxmlpp/libxmlpp-1.0.5.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2010 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.12 2010/01/19 14:34:44 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-1.0.5.ebuild,v 1.13 2010/10/04 20:15:38 sping Exp $ -inherit gnome2 eutils +inherit gnome2 eutils autotools MY_PN="${PN/pp/++}" MY_P="${MY_PN}-${PV}" @@ -29,6 +29,10 @@ src_unpack() { # gcc 4.3 build fix, see bug #218779 epatch "${FILESDIR}/${PN}-1.0.5-gcc43.patch" + + # Rebuild ./configure as the shipped one contains "[:space:]" + # which grep 2.7 and later do not like (bug #339404) + eautoreconf } src_install() { |