diff options
author | 2011-05-23 03:00:03 +0000 | |
---|---|---|
committer | 2011-05-23 03:00:03 +0000 | |
commit | 026398e28cc8c4cc45ac3c72d9f6d2c7da8ee13b (patch) | |
tree | e85ad881d2c0ca49d7009433cb8e30cafd44ab8a /app-office/lyx/lyx-1.6.10.ebuild | |
parent | Remove old and insecure versions. (diff) | |
download | historical-026398e28cc8c4cc45ac3c72d9f6d2c7da8ee13b.tar.gz historical-026398e28cc8c4cc45ac3c72d9f6d2c7da8ee13b.tar.bz2 historical-026398e28cc8c4cc45ac3c72d9f6d2c7da8ee13b.zip |
fix build with gcc 4.6, bug #367435, by Pavel Sanda
Package-Manager: portage-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.ebuild | 3 |
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 } |