summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2011-04-26 18:33:41 +0000
committerPacho Ramos <pacho@gentoo.org>2011-04-26 18:33:41 +0000
commit394d77fc8e12d2d5a0443c9c95c4178e9d40e8c0 (patch)
tree58af575b3115763febacd11a90762451db586bc9 /app-text
parentStable for HPPA (bug #364413). (diff)
downloadgentoo-2-394d77fc8e12d2d5a0443c9c95c4178e9d40e8c0.tar.gz
gentoo-2-394d77fc8e12d2d5a0443c9c95c4178e9d40e8c0.tar.bz2
gentoo-2-394d77fc8e12d2d5a0443c9c95c4178e9d40e8c0.zip
Reapply gcc-4.6 patch, thanks to Billy DeVincentis for reporting.
(Portage version: 2.1.9.46/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/libwpd/ChangeLog5
-rw-r--r--app-text/libwpd/libwpd-0.9.1.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/app-text/libwpd/ChangeLog b/app-text/libwpd/ChangeLog
index 896cae54217e..3726cd935880 100644
--- a/app-text/libwpd/ChangeLog
+++ b/app-text/libwpd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/libwpd
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.70 2011/04/25 13:44:18 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.71 2011/04/26 18:33:41 pacho Exp $
+
+ 26 Apr 2011; Pacho Ramos <pacho@gentoo.org> libwpd-0.9.1.ebuild:
+ Reapply gcc-4.6 patch, thanks to Billy DeVincentis for reporting.
25 Apr 2011; Pacho Ramos <pacho@gentoo.org> libwpd-0.9.1.ebuild:
Enable 'tools' by default as it adds no additional dependencies and is
diff --git a/app-text/libwpd/libwpd-0.9.1.ebuild b/app-text/libwpd/libwpd-0.9.1.ebuild
index caf7a8c42f34..395d663a8c1a 100644
--- a/app-text/libwpd/libwpd-0.9.1.ebuild
+++ b/app-text/libwpd/libwpd-0.9.1.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/app-text/libwpd/libwpd-0.9.1.ebuild,v 1.3 2011/04/25 13:44:18 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.1.ebuild,v 1.4 2011/04/26 18:33:41 pacho Exp $
EAPI="4"
@@ -28,6 +28,8 @@ src_prepare() {
# Do not abort build for warnings
sed -i -e 's:-Werror::g' configure.in configure || die
+ epatch "${FILESDIR}/${P}-gcc46.patch"
+
# Do not build tests if not needed (and no before the lib itself)
epatch "${FILESDIR}/${P}-test-build.patch"
eautoreconf