diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-05-27 05:46:02 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-05-27 05:46:02 +0000 |
commit | 0119dcdf35437b06da050836456a00ef92c2cec0 (patch) | |
tree | b917807c4dd692deb1e50bb797d81de62b95d441 /dev-libs | |
parent | initial import, ebuild by me (diff) | |
download | gentoo-2-0119dcdf35437b06da050836456a00ef92c2cec0.tar.gz gentoo-2-0119dcdf35437b06da050836456a00ef92c2cec0.tar.bz2 gentoo-2-0119dcdf35437b06da050836456a00ef92c2cec0.zip |
export CC variables...
(Portage version: 2.2.0_alpha36/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/serd/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/serd/serd-0.4.2.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/serd/ChangeLog b/dev-libs/serd/ChangeLog index fec79a5ad7f3..407e30f5939d 100644 --- a/dev-libs/serd/ChangeLog +++ b/dev-libs/serd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/serd # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/serd/ChangeLog,v 1.2 2011/05/27 05:33:33 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/serd/ChangeLog,v 1.3 2011/05/27 05:46:02 aballier Exp $ + + 27 May 2011; Alexis Ballier <aballier@gentoo.org> serd-0.4.2.ebuild: + export CC variables... 27 May 2011; Alexis Ballier <aballier@gentoo.org> serd-0.4.2.ebuild: remove debug useflag as it only replaces our cflags by debug ones... diff --git a/dev-libs/serd/serd-0.4.2.ebuild b/dev-libs/serd/serd-0.4.2.ebuild index d2002bc6eb50..c72ff4d4ad15 100644 --- a/dev-libs/serd/serd-0.4.2.ebuild +++ b/dev-libs/serd/serd-0.4.2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/serd/serd-0.4.2.ebuild,v 1.2 2011/05/27 05:33:33 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/serd/serd-0.4.2.ebuild,v 1.3 2011/05/27 05:46:02 aballier Exp $ EAPI=3 -inherit base multilib +inherit base multilib toolchain-funcs DESCRIPTION="Library for RDF syntax which supports reading and writing Turtle and NTriples" HOMEPAGE="http://drobilla.net/software/serd/" @@ -22,6 +22,7 @@ DEPEND="${RDEPEND} PATCHES=( "${FILESDIR}/ldconfig.patch" ) src_configure() { + tc-export CC CXX CPP AR RANLIB ./waf configure \ --prefix=/usr \ --libdir="/usr/$(get_libdir)" \ |