summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-01-19 14:47:23 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-01-19 14:47:23 +0000
commitb4c84823167cc6e486a11a43f406e7cabd0b77e4 (patch)
tree46fa3ec9f4aebf0dcfbce191b8412ecd18062f66 /app-office
parentStable on ppc wrt bug 206082 (diff)
downloadgentoo-2-b4c84823167cc6e486a11a43f406e7cabd0b77e4.tar.gz
gentoo-2-b4c84823167cc6e486a11a43f406e7cabd0b77e4.tar.bz2
gentoo-2-b4c84823167cc6e486a11a43f406e7cabd0b77e4.zip
export CXX to call the correct one and not g++ directly, thanks again to Pavel Sanda <ps@twin.jikos.cz>
(Portage version: 2.1.4)
Diffstat (limited to 'app-office')
-rw-r--r--app-office/lyx/ChangeLog6
-rw-r--r--app-office/lyx/lyx-1.5.3.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/app-office/lyx/ChangeLog b/app-office/lyx/ChangeLog
index 814530cd4a6f..98d79936ba6c 100644
--- a/app-office/lyx/ChangeLog
+++ b/app-office/lyx/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/lyx
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.108 2008/01/17 21:11:06 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.109 2008/01/19 14:47:23 aballier Exp $
+
+ 19 Jan 2008; Alexis Ballier <aballier@gentoo.org> lyx-1.5.3.ebuild:
+ export CXX to call the correct one and not g++ directly, thanks again to
+ Pavel Sanda <ps@twin.jikos.cz>
17 Jan 2008; Alexis Ballier <aballier@gentoo.org> lyx-1.4.4.ebuild,
lyx-1.5.1.ebuild, lyx-1.5.3.ebuild:
diff --git a/app-office/lyx/lyx-1.5.3.ebuild b/app-office/lyx/lyx-1.5.3.ebuild
index 7ce5d29ece43..8c59e189cf40 100644
--- a/app-office/lyx/lyx-1.5.3.ebuild
+++ b/app-office/lyx/lyx-1.5.3.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.5.3.ebuild,v 1.2 2008/01/17 21:11:06 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.5.3.ebuild,v 1.3 2008/01/19 14:47:23 aballier Exp $
-inherit qt4 eutils flag-o-matic font
+inherit qt4 eutils flag-o-matic font toolchain-funcs
MY_P="${P/_}"
S="${WORKDIR}/${MY_P}"
@@ -74,6 +74,7 @@ src_unpack() {
src_compile() {
append-flags "$(test-flags -fno-stack-protector -fno-stack-protector-all)"
replace-flags "-Os" "-O2"
+ tc-export CXX
unset LINGUAS
econf \