diff options
author | Simon Stelling <blubb@gentoo.org> | 2007-02-03 21:41:37 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2007-02-03 21:41:37 +0000 |
commit | 1bb497a6da6007e80310bded0181ba5fe6331b5d (patch) | |
tree | 7a3c2c55b82c74a30a68f27a270271f32ab2d1eb /dev-libs/xalan-c/xalan-c-1.10.0.ebuild | |
parent | Regenerate digest in Manifest2 format. (diff) | |
download | gentoo-2-1bb497a6da6007e80310bded0181ba5fe6331b5d.tar.gz gentoo-2-1bb497a6da6007e80310bded0181ba5fe6331b5d.tar.bz2 gentoo-2-1bb497a6da6007e80310bded0181ba5fe6331b5d.zip |
fix typo causing bug 165168
(Portage version: 2.1.2-r7)
Diffstat (limited to 'dev-libs/xalan-c/xalan-c-1.10.0.ebuild')
-rw-r--r-- | dev-libs/xalan-c/xalan-c-1.10.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-libs/xalan-c/xalan-c-1.10.0.ebuild b/dev-libs/xalan-c/xalan-c-1.10.0.ebuild index 0ce775b2fee3..cbdd8e4021ed 100644 --- a/dev-libs/xalan-c/xalan-c-1.10.0.ebuild +++ b/dev-libs/xalan-c/xalan-c-1.10.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xalan-c/xalan-c-1.10.0.ebuild,v 1.6 2007/02/02 14:28:30 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xalan-c/xalan-c-1.10.0.ebuild,v 1.7 2007/02/03 21:41:37 blubb Exp $ inherit toolchain-funcs eutils flag-o-matic multilib @@ -41,8 +41,7 @@ src_compile() { export XERCESCROOT="/usr/include/xercesc" append-ldflags -pthread - ./runConfigure -p linux -c "$(tc-getCC)" -x "$(tc-getCXX)" -P /usr -C - --libdir=/usr/$(get_libdir) || die "configure failed" + ./runConfigure -p linux -c "$(tc-getCC)" -x "$(tc-getCXX)" -P /usr -C --libdir=/usr/$(get_libdir) || die "configure failed" emake -j1 || die "emake failed" if use doc ; then |