summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2011-05-23 03:00:03 +0000
committerAlexis Ballier <aballier@gentoo.org>2011-05-23 03:00:03 +0000
commitf312a5a5a66a453c1924a291bfa21f97bd2c5f1a (patch)
treeb93a89e645d7ea35194761fef2bb2f0e3b7faa57 /app-office/lyx/lyx-1.6.10.ebuild
parentRemove old and insecure versions. (diff)
downloadgentoo-2-f312a5a5a66a453c1924a291bfa21f97bd2c5f1a.tar.gz
gentoo-2-f312a5a5a66a453c1924a291bfa21f97bd2c5f1a.tar.bz2
gentoo-2-f312a5a5a66a453c1924a291bfa21f97bd2c5f1a.zip
fix build with gcc 4.6, bug #367435, by Pavel Sanda
(Portage version: 2.2.0_alpha34/cvs/Linux x86_64)
Diffstat (limited to 'app-office/lyx/lyx-1.6.10.ebuild')
-rw-r--r--app-office/lyx/lyx-1.6.10.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-office/lyx/lyx-1.6.10.ebuild b/app-office/lyx/lyx-1.6.10.ebuild
index 0b3d9f2089c3..3048a47e6c29 100644
--- a/app-office/lyx/lyx-1.6.10.ebuild
+++ b/app-office/lyx/lyx-1.6.10.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-office/lyx/lyx-1.6.10.ebuild,v 1.2 2011/05/21 04:25:37 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.6.10.ebuild,v 1.3 2011/05/23 03:00:03 aballier Exp $
EAPI=2
@@ -94,6 +94,7 @@ pkg_setup() {
src_prepare() {
epatch "${FILESDIR}"/1.6.7-python.patch
+ epatch "${FILESDIR}"/1.6.10-gcc.patch
echo "#!/bin/sh" > config/py-compile
sed "s:python -tt:$(PYTHON) -tt:g" -i lib/configure.py || die
}