diff options
author | Ned Ludd <solar@gentoo.org> | 2010-02-07 19:45:58 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2010-02-07 19:45:58 +0000 |
commit | eb3a36254ce89ff40725cf97e903e1c315bcb761 (patch) | |
tree | d71e378a4e2929aff14942860e992de654c4dfee /x11-libs/pango | |
parent | amd64/x86 stable, bug #301886 (diff) | |
download | gentoo-2-eb3a36254ce89ff40725cf97e903e1c315bcb761.tar.gz gentoo-2-eb3a36254ce89ff40725cf97e903e1c315bcb761.tar.bz2 gentoo-2-eb3a36254ce89ff40725cf97e903e1c315bcb761.zip |
This version of pango 1.26.2 needs to export CXX to avoid c++ from the host being called directly when cross compiling.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/pango')
-rw-r--r-- | x11-libs/pango/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/pango/pango-1.26.2.ebuild | 7 |
2 files changed, 10 insertions, 5 deletions
diff --git a/x11-libs/pango/ChangeLog b/x11-libs/pango/ChangeLog index a719aa1d4cab..482ddd9e38ff 100644 --- a/x11-libs/pango/ChangeLog +++ b/x11-libs/pango/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/pango -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.280 2009/12/21 23:28:30 eva Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.281 2010/02/07 19:45:58 solar Exp $ + + 07 Feb 2010; <solar@gentoo.org> pango-1.26.2.ebuild: + - This version of pango needs to export CXX to avoid c++ from the host + being called directly when cross compiling. *pango-1.26.2 (21 Dec 2009) diff --git a/x11-libs/pango/pango-1.26.2.ebuild b/x11-libs/pango/pango-1.26.2.ebuild index 1ef825241e86..5258bb7ec6c5 100644 --- a/x11-libs/pango/pango-1.26.2.ebuild +++ b/x11-libs/pango/pango-1.26.2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.26.2.ebuild,v 1.1 2009/12/21 23:28:30 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.26.2.ebuild,v 1.2 2010/02/07 19:45:58 solar Exp $ EAPI="2" GCONF_DEBUG="yes" -inherit autotools eutils gnome2 multilib +inherit autotools eutils gnome2 multilib toolchain-funcs DESCRIPTION="Internationalized text layout and rendering library" HOMEPAGE="http://www.pango.org/" @@ -43,6 +43,7 @@ function multilib_enabled() { } pkg_setup() { + tc-export CXX # XXX: DO NOT add introspection support, collides with gir-repository[pango] G2CONF="${G2CONF} --disable-introspection |