summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2008-04-27 13:17:33 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2008-04-27 13:17:33 +0000
commit77e6c0843821e903a0391d476d922ce831b542aa (patch)
tree08c1236c6eab17245550baabb98ee663fef33a90 /dev-libs/xalan-c/xalan-c-1.10.0.ebuild
parentSparc stable, Bug #219421. (diff)
downloadgentoo-2-77e6c0843821e903a0391d476d922ce831b542aa.tar.gz
gentoo-2-77e6c0843821e903a0391d476d922ce831b542aa.tar.bz2
gentoo-2-77e6c0843821e903a0391d476d922ce831b542aa.zip
Add patch allowing building with GCC 4.3. Patch by ape in bug #213136.
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'dev-libs/xalan-c/xalan-c-1.10.0.ebuild')
-rw-r--r--dev-libs/xalan-c/xalan-c-1.10.0.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-libs/xalan-c/xalan-c-1.10.0.ebuild b/dev-libs/xalan-c/xalan-c-1.10.0.ebuild
index c11f2e3d969d..221daaf513b7 100644
--- a/dev-libs/xalan-c/xalan-c-1.10.0.ebuild
+++ b/dev-libs/xalan-c/xalan-c-1.10.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/xalan-c/xalan-c-1.10.0.ebuild,v 1.10 2007/12/24 07:13:42 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/xalan-c/xalan-c-1.10.0.ebuild,v 1.11 2008/04/27 13:17:32 flameeyes Exp $
inherit toolchain-funcs eutils flag-o-matic multilib
@@ -28,6 +28,8 @@ src_unpack() {
cd "${S}"
# https://issues.apache.org/jira/browse/XALANC-643
epatch "${FILESDIR}/1.10.0-as-needed.patch"
+ epatch "${FILESDIR}/${P}+gcc-4.3.patch"
+
chmod a+r $(find . -type f)
chmod a+rx $(find . -type d)