summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Ostorga <vostorga@gentoo.org>2009-08-05 14:58:53 +0000
committerVictor Ostorga <vostorga@gentoo.org>2009-08-05 14:58:53 +0000
commit93bdeeec3ec81d3c6bee7117daac6a357c3126c4 (patch)
treed086e1c5f712598ca70792ba4849ec85a739055d /dev-libs/libxml
parentVersion bump for security fixes (proxy commit for mozilla team) (diff)
downloadgentoo-2-93bdeeec3ec81d3c6bee7117daac6a357c3126c4.tar.gz
gentoo-2-93bdeeec3ec81d3c6bee7117daac6a357c3126c4.tar.bz2
gentoo-2-93bdeeec3ec81d3c6bee7117daac6a357c3126c4.zip
Respecting CC variable, bug #243936
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-libs/libxml')
-rw-r--r--dev-libs/libxml/ChangeLog8
-rw-r--r--dev-libs/libxml/libxml-1.8.17-r3.ebuild4
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-libs/libxml/ChangeLog b/dev-libs/libxml/ChangeLog
index d1a6276e430a..04fedd90640f 100644
--- a/dev-libs/libxml/ChangeLog
+++ b/dev-libs/libxml/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/libxml
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml/ChangeLog,v 1.23 2009/02/03 23:53:09 patrick Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml/ChangeLog,v 1.24 2009/08/05 14:58:53 vostorga Exp $
+
+ 05 Aug 2009; Víctor Ostorga <vostorga@gentoo.org>
+ libxml-1.8.17-r3.ebuild:
+ Respecting CC variable, bug #243936
*libxml-1.8.17-r3 (03 Feb 2009)
diff --git a/dev-libs/libxml/libxml-1.8.17-r3.ebuild b/dev-libs/libxml/libxml-1.8.17-r3.ebuild
index 320acde372fc..f8a3ee1a0d75 100644
--- a/dev-libs/libxml/libxml-1.8.17-r3.ebuild
+++ b/dev-libs/libxml/libxml-1.8.17-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml/libxml-1.8.17-r3.ebuild,v 1.1 2009/02/03 23:53:09 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml/libxml-1.8.17-r3.ebuild,v 1.2 2009/08/05 14:58:53 vostorga Exp $
inherit eutils flag-o-matic
@@ -27,7 +27,7 @@ src_unpack() {
src_compile() {
LIBS="-lncurses" econf || die
- emake -j1 || die # Doesn't work with -j 4 (hallski)
+ emake CC="$(tc-getCC)" -j1 || die # Doesn't work with -j 4 (hallski)
}
src_install() {